Skip to content

Commit f63c155

Browse files
committed
compilation fix
1 parent f640562 commit f63c155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkspaceManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { sep as osPathSeparator } from 'path';
1212
import { TaskQueue } from './util/TaskQueue';
1313
import { AbstractExecutable, TestsToRun } from './framework/AbstractExecutable';
1414
import { ConfigOfExecGroup } from './ConfigOfExecGroup';
15-
import { generateId, Version, waitWithTimout } from './Util';
15+
import { generateId, Version } from './Util';
1616
import { AbstractTest } from './framework/AbstractTest';
1717
import { TestItemManager } from './TestItemManager';
1818
import { ProgressReporter } from './util/ProgressReporter';

0 commit comments

Comments
 (0)