Skip to content

Commit

Permalink
Fixed bug in checkupload
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgiezeman committed Oct 8, 2024
1 parent 0f85195 commit a6ec4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export class CheckUploadCommand extends Command {

public async Execute(verbosity: Verbosity): Promise<void> {
const checked = await this.checkProject();
if (checked) await this.uploadProject('', 0, 0);
await this.uploadProject('', 0, 0);
// await SigInt.StopProcessImmediately(this._minerId);
}
}

0 comments on commit a6ec4aa

Please sign in to comment.