Skip to content

Commit 8a29ec7

Browse files
committed
Ensure scriptDirectory ends in a "/"
1 parent dd53f0b commit 8a29ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ if (ENVIRONMENT_IS_NODE) {
240240
scriptDirectory = __dirname;
241241
#endif
242242

243-
scriptDirectory =+ '/' // scriptDirectory is expected to end in a "/"
243+
scriptDirectory += '/' // scriptDirectory is expected to end in a "/"
244244

245245
#include "node_shell_read.js"
246246

0 commit comments

Comments
 (0)