Skip to content

Commit

Permalink
fixup! async_hooks,inspector: inspector keeps async context untouched
Browse files Browse the repository at this point in the history
  • Loading branch information
dygabo committed Jan 19, 2024
1 parent dfedbf9 commit 259b0ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/parallel/test-inspector-async-context-brk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Flags: --expose-internals
'use strict';
const common = require('../common');
const { AsyncLocalStorage } = require('async_hooks');
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-inspector-multisession-js.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Flags: --expose-internals
'use strict';
const common = require('../common');

Expand Down

0 comments on commit 259b0ef

Please sign in to comment.