Skip to content

Commit

Permalink
2.0.2 - Fix3 - 修复部署工具点击部署按钮后无响应的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMonster003 committed Feb 11, 2021
1 parent 0221cdc commit 6c7f1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ant-forest-deployment-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ let $threadsx = {
*/
start(f, no_err_msg) {
try {
return $threadsx.start(f);
return threads.start(f);
} catch (e) {
let _regexp = /(Script)?InterruptedEx|script exiting/;
if (!e.message.match(_regexp) && !no_err_msg) {
Expand Down
Loading

0 comments on commit 6c7f1f9

Please sign in to comment.