mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(console) add processing of ";"
This commit is contained in:
parent
7d6c56b416
commit
cf349c8afd
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
|||
isCD = command.match(new RegExp('^cd ?')),
|
||||
isCDWin = command.match(new RegExp('^cd ?', 'i')),
|
||||
|
||||
symbolsExec = ['*', '&', '{', '}', '|', '\'', '"'],
|
||||
symbolsExec = ['*', '&', '{', '}', '|', '\'', '"', ';'],
|
||||
isSymbol = Util.isContainStr(command, symbolsExec),
|
||||
|
||||
CWD = process.cwd(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue