mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(socket) ";" -> ","
This commit is contained in:
parent
4969c1d433
commit
a39d62c45c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
ClientDirs = [],
|
||||
OnMessageFuncs = [],
|
||||
INFO_LOG_LEVEL = 2,
|
||||
ENV = process.env;
|
||||
ENV = process.env,
|
||||
HOME = ENV.PWD || ENV.HOMEPATH,
|
||||
WIN32 = main.WIN32,
|
||||
HELP = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue