| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 44f28ea commit 4e5818a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,9 +41,9 @@ function setupHistory(repl, historyPath, ready) { | |||
| 41 | 41 | } | |
| 42 | 42 | } | |
| 43 | 43 | ||
| 44 | - var timer = null; | ||
| 45 | - var writing = false; | ||
| 46 | - var pending = false; | ||
| 44 | + let timer = null; | ||
| 45 | + let writing = false; | ||
| 46 | + let pending = false; | ||
| 47 | 47 | repl.pause(); | |
| 48 | 48 | // History files are conventionally not readable by others: | |
| 49 | 49 | // https://github.com/nodejs/node/issues/3392 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments