mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
update files
This commit is contained in:
parent
c1cb03390b
commit
cfa3b59301
@ -218,7 +218,7 @@ module.exports = Vue.component('app-main', {
|
||||
case 'error':
|
||||
break;
|
||||
case 'close':
|
||||
data = '\u001b[32m' + (status === 1 ? '执行' : '结束') + '命令成功\u001b[0m\r\n';
|
||||
data = '\u001b[32m' + (status === 1 ? '执行' : '结束') + '命令成功\u001b[0m\r\n\r\n';
|
||||
status = 0;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user