Skip to content

Commit c263528

Browse files
committed
程序自动退出
1 parent 8e1dcea commit c263528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

40code-mirror.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ async function main() {
359359
}
360360

361361
log('所有扩展同步完成!', 'success');
362+
process.exit(0);
362363
} catch (error) {
363364
log(`程序执行失败: ${error.message}`, 'error');
364365
process.exit(1);

0 commit comments

Comments
 (0)