Skip to content

Commit 8597bd6

Browse files
save file
1 parent 975a396 commit 8597bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464

465465
log.green('installing https-server');
466466

467-
var cwd = shell.cwd();
467+
var cwd = await shell._process.cwd();
468468
console.log(cwd);
469469

470470
var mod = await import('https://code.ext-code.com/nodejs/servers/https-server/create-archive.m.js');

0 commit comments

Comments
 (0)