[go: nahoru, domu]

Skip to content

Commit

Permalink
compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Nov 17, 2023
1 parent f640562 commit f63c155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkspaceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { sep as osPathSeparator } from 'path';
import { TaskQueue } from './util/TaskQueue';
import { AbstractExecutable, TestsToRun } from './framework/AbstractExecutable';
import { ConfigOfExecGroup } from './ConfigOfExecGroup';
import { generateId, Version, waitWithTimout } from './Util';
import { generateId, Version } from './Util';
import { AbstractTest } from './framework/AbstractTest';
import { TestItemManager } from './TestItemManager';
import { ProgressReporter } from './util/ProgressReporter';
Expand Down

0 comments on commit f63c155

Please sign in to comment.