mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
fixed bug with slashes on win32
This commit is contained in:
parent
c668a82196
commit
045caf467e
3 changed files with 13 additions and 5 deletions
|
|
@ -16,7 +16,11 @@
|
|||
Server = main.require(DIR + 'server'),
|
||||
srv = Server.CloudServer,
|
||||
Config = main.config;
|
||||
|
||||
|
||||
/* reinit main dir os if we on
|
||||
* Win32 should be backslashes */
|
||||
DIR = main.DIR;
|
||||
|
||||
readConfig();
|
||||
Server.start(Config, {
|
||||
index : indexProcessing,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue