minor changes

This commit is contained in:
coderaiser 2013-03-04 08:07:16 -05:00
parent fa3bb106b6
commit 0f1b54ddb8

View file

@ -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 + '../'),