mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14: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':
|
case 'error':
|
||||||
break;
|
break;
|
||||||
case 'close':
|
case 'close':
|
||||||
data = '\u001b[32m' + (status === 1 ? '执行' : '结束') + '命令成功\u001b[0m\r\n';
|
data = '\u001b[32m' + (status === 1 ? '执行' : '结束') + '命令成功\u001b[0m\r\n\r\n';
|
||||||
status = 0;
|
status = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user