Skip to content

Commit 9cef5bc

Browse files
committed
Bug fix
1 parent 3261d4b commit 9cef5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.js

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

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

0 commit comments

Comments
 (0)