Commit 17feb63
committed
Anonymize: Remove "let" from loop; Doing so does not affect the existing
programming logic.
for (let j = 0; j < process.argv.length; j++) {
^^^
[java] SyntaxError: Block-scoped declarations (let, const,
function, class) not yet supported outside strict mode
[java] at exports.runInThisContext (vm.js:53:16)
[java] at Module._compile (module.js:374:25)
[java] at Object.Module._extensions..js (module.js:417:10)
[java] at Module.load (module.js:344:32)
[java] at Function.Module._load (module.js:301:12)
[java] at Function.Module.runMain (module.js:442:10)
[java] at startup (node.js:136:18)
[java] at node.js:966:31 parent 90ba81c commit 17feb63
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments