Skip to content

Commit dc57999

Browse files
committed
fix lint issues
1 parent 6c7070e commit dc57999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/process/execution.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const {
44
Symbol,
55
RegExpPrototypeExec,
66
globalThis,
7-
PromisePrototypeThen,
87
} = primordials;
98

109
const path = require('path');
@@ -36,7 +35,6 @@ const {
3635
// shouldAbortOnUncaughtToggle is a typed array for faster
3736
// communication with JS.
3837
const { shouldAbortOnUncaughtToggle } = internalBinding('util');
39-
const { isPromise } = require('internal/util/types');
4038

4139
function tryGetCwd() {
4240
try {

0 commit comments

Comments
 (0)