提交 0c6480ec 编写于 作者: O o2sword

修复消息执行脚本异常

上级 abf6d52c
......@@ -101,7 +101,8 @@ class ActionCreate extends BaseAction {
if (compiledScript == null) {
String eval = Config.messageSendRuleScript();
if (StringUtils.isNotEmpty(eval)) {
compiledScript = ScriptingFactory.functionalizationCompile(func);
eval = eval + "\r\n return " + func + "();";
compiledScript = ScriptingFactory.functionalizationCompile(eval);
scriptMap.put(func, compiledScript);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册