mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(beautify) / -> path.sep
This commit is contained in:
parent
27e956175e
commit
d449e86d0e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
DIR = '../../',
|
||||
HOME_WIN = process.env.HOMEPATH,
|
||||
HOME_UNIX = process.env.HOME,
|
||||
HOME = (HOME_UNIX || HOME_WIN) + '/',
|
||||
HOME = (HOME_UNIX || HOME_WIN) + path.sep,
|
||||
|
||||
EXT = ['js', 'css', 'html'],
|
||||
ERROR_MSG = 'File type "{{ ext }}" not supported.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue