Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Mar 18, 2024
1 parent 6c7070e commit dc57999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/internal/process/execution.js
Expand Up @@ -4,7 +4,6 @@ const {
Symbol,
RegExpPrototypeExec,
globalThis,
PromisePrototypeThen,
} = primordials;

const path = require('path');
Expand Down Expand Up @@ -36,7 +35,6 @@ const {
// shouldAbortOnUncaughtToggle is a typed array for faster
// communication with JS.
const { shouldAbortOnUncaughtToggle } = internalBinding('util');
const { isPromise } = require('internal/util/types');

function tryGetCwd() {
try {
Expand Down

0 comments on commit dc57999

Please sign in to comment.