mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(socket) add "#"
This commit is contained in:
parent
0c00458ac3
commit
5b7334f09d
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@
|
|||
|
||||
lExec_func = ClientFuncs[pConnNum];
|
||||
|
||||
lExecSymbols = ['&', '{', '}', '|', '\'', '"'];
|
||||
lExecSymbols = ['#', '&', '{', '}', '|', '\'', '"'];
|
||||
|
||||
if (Util.isContainStr(pCommand, lExecSymbols))
|
||||
exec(pCommand, lExec_func);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue