You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands/check.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
importpathfrom'path';
2
-
import{execa,ExecaChildProcess}from'execa';
2
+
import{execa}from'execa';
3
3
importfsefrom'fs-extra';
4
4
import{globby}from'globby';
5
5
importpLimitfrom'p-limit';
@@ -345,7 +345,7 @@ async function checkEngines(args: {
345
345
346
346
consttimeout=`;setTimeout(() => { throw new Error("The Node.js process hangs. There is probably some side-effects. All exports should be free of side effects.") }, 500).unref()`;
0 commit comments