Skip to content

Commit a4f594e

Browse files
committed
wip
1 parent e251128 commit a4f594e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/lib/Application.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { userInfo } from 'os';
88
import { BatchManager } from '@/lib/BatchManager';
99
import Queue from 'better-queue';
1010
import chalk from 'chalk';
11-
import { Tools } from '@/lib/Tools';
1211

1312
export class Application {
1413
public settings!: AppSettings;
@@ -119,7 +118,12 @@ export class Application {
119118
const queue = this.createQueue(runCodeBoost, new Proxy(complete, {}));
120119

121120
await this.handleQueuedRepos({
122-
queue, repoName, options, boostName, settings, complete
121+
queue,
122+
repoName,
123+
options,
124+
boostName,
125+
settings,
126+
complete,
123127
});
124128
}
125129

0 commit comments

Comments
 (0)