fix: 修复关闭插件时task未找到的问题
This commit is contained in:
@ -217,7 +217,7 @@ exports.enable = function () {
|
||||
exports.disable = function () {
|
||||
checkAndGet(arguments).forEach(function (p) runAndCatch(p, p.disable, function(){
|
||||
event.disable(p);
|
||||
task.cancel();
|
||||
// task.cancel();
|
||||
}));
|
||||
};
|
||||
exports.reload = function () {
|
||||
|
Reference in New Issue
Block a user