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 () {