Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! test: regression tests for async_hooks + Promise + Worker inte…
…raction

Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
addaleax and cjihrig authored May 11, 2020
commit 3d9d564db7b9b33f0fe0f66e5dc7e59b621f9705
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const common = require('../common');
const { Worker } = require('worker_threads');

// Like test-async-hooks-worker-promise.js but with an additrional statement
// Like test-async-hooks-worker-promise.js but with an additional statement
// after the `process.exit()` call, that shouldn’t really make a difference
// but apparently does.

Expand Down