| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7d98a59 commit 708e67a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ module.exports = { | |||
| 6 | 6 | }; | |
| 7 | 7 | ||
| 8 | 8 | const callbacks = new Map(); | |
| 9 | - var seq = 0; | ||
| 9 | + let seq = 0; | ||
| 10 | 10 | ||
| 11 | 11 | function sendHelper(proc, message, handle, cb) { | |
| 12 | 12 | if (!proc.connected) | |
@@ -29,7 +29,7 @@ function internal(worker, cb) { | |||
| 29 | 29 | if (message.cmd !== 'NODE_CLUSTER') | |
| 30 | 30 | return; | |
| 31 | 31 | ||
| 32 | - var fn = cb; | ||
| 32 | + let fn = cb; | ||
| 33 | 33 | ||
| 34 | 34 | if (message.ack !== undefined) { | |
| 35 | 35 | const callback = callbacks.get(message.ack); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments