There was an error while loading. Please reload this page.
1 parent 655cb14 commit 247eb46Copy full SHA for 247eb46
2 files changed
index.js
@@ -1171,8 +1171,8 @@ F.console = function() {
1171
// global.THREAD && print('Thread : ' + global.THREAD);
1172
print('====================================================');
1173
F.config.$root && print('Root : ' + F.config.$root);
1174
- print('Directory : ' + path.join(process.cwd(), F.Path.sep));
1175
- print('node_modules : ' + path.join(nodemodules, F.Path.sep));
+ print('Directory : ' + F.Path.join(process.cwd(), F.Path.sep));
+ print('node_modules : ' + F.Path.join(nodemodules, F.Path.sep));
1176
print('====================================================\n');
1177
1178
if (!F.isWorker && F.server) {
0 commit comments