Skip to content

Commit 3261d4b

Browse files
committed
Bug fix
1 parent 219ae61 commit 3261d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import concurrently from 'concurrently';
22
import {parseArgs} from 'node:util';
33
import fsExtra from 'fs-extra';
4-
import {logError} from './common.js';
4+
import common from './common.js';
5+
import {logError} from common;
56
const { pathExistsSync } = fsExtra
67

78
const defaultTimeout = 5 * 60 * 1000; // 5 minutes

0 commit comments

Comments
 (0)