| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0903f67 commit 8e36901
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,6 @@ class StreamWritable extends Stream.Writable { | |||
| 13 | 13 | // Refs: https://github.com/nodejs/node/issues/6758 | |
| 14 | 14 | // We need a timer like on the original issue thread. | |
| 15 | 15 | // Otherwise the code will never reach our test case. | |
| 16 | - // This means this should go in the sequential folder. | ||
| 17 | 16 | _write(chunk, encoding, cb) { | |
| 18 | 17 | setImmediate(cb); | |
| 19 | 18 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments