We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7070e commit dc57999Copy full SHA for dc57999
1 file changed
lib/internal/process/execution.js
@@ -4,7 +4,6 @@ const {
4
Symbol,
5
RegExpPrototypeExec,
6
globalThis,
7
- PromisePrototypeThen,
8
} = primordials;
9
10
const path = require('path');
@@ -36,7 +35,6 @@ const {
36
35
// shouldAbortOnUncaughtToggle is a typed array for faster
37
// communication with JS.
38
const { shouldAbortOnUncaughtToggle } = internalBinding('util');
39
-const { isPromise } = require('internal/util/types');
40
41
function tryGetCwd() {
42
try {
0 commit comments