| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7007a9f commit fcd5f7a
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ if (!common.hasCrypto) | |||
| 5 | 5 | const assert = require('assert'); | |
| 6 | 6 | const http2 = require('http2'); | |
| 7 | 7 | const makeDuplexPair = require('../common/duplexpair'); | |
| 8 | - const { Worker, parentPort } = require('worker_threads'); | ||
| 8 | + const { parentPort, Worker } = require('worker_threads'); | ||
| 9 | 9 | ||
| 10 | 10 | // This test ensures that workers can be terminated without error while | |
| 11 | 11 | // stream activity is ongoing, in particular the C++ function | |
| Back | FazBrowse Home | New Git URL |
0 commit comments