fix(core): 修复离线版micropython下无法终止 烧录上传 进程

This commit is contained in:
王立帮
2025-10-18 11:26:44 +08:00
parent ff1fcebcbe
commit be13c0f411

View File

@@ -362,6 +362,7 @@ BU.cancel = function () {
});
}
}
BU.killing = false;
}
/**