From c777f2b95760abfa729f94497b1ec789eaaf0009 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Mon, 16 Oct 2017 13:29:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=97=B6task=E6=9C=AA=E6=89=BE=E5=88=B0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 ++++++- src/main/resources/modules/plugin.js | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2deb9a5..7a1ee58 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 pw.yumc MiaoScript - 1.0 + 1.1 502647092 @@ -80,6 +80,11 @@ DEV + + §617-10-16 §afix: 修复关闭MiaoScript时task异常; + §617-10-15 §6alpha: 第一个版本发布; + + UTF-8 1.8 1.8 diff --git a/src/main/resources/modules/plugin.js b/src/main/resources/modules/plugin.js index 3582f53..fd13902 100644 --- a/src/main/resources/modules/plugin.js +++ b/src/main/resources/modules/plugin.js @@ -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 () {