mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
fa3bb106b6
commit
0f1b54ddb8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
/* Constants */
|
||||
/* current dir + 2 levels up */
|
||||
exports.WIN32 = ISWIN32 = isWin32();
|
||||
exports.SLASH = SLASH = ISWIN32 ? '\\' : '/',
|
||||
exports.SLASH = SLASH = '/',
|
||||
|
||||
exports.SRVDIR = SRVDIR = __dirname + SLASH,
|
||||
exports.LIBDIR = LIBDIR = path.normalize(SRVDIR + '../'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue