Skip to content

Commit

Permalink
fix: πŸ› fix typo
Browse files Browse the repository at this point in the history
βœ… Closes: #283
  • Loading branch information
danielpinto8zz6 committed Oct 31, 2022
1 parent 33902a4 commit 504b516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class Compiler {
}

if (await isProccessRunning(this.file.executable)) {
Notification.showErrorMessage(`${this.file.executable} is already runing! Please close it first to compile successfully!`);
Notification.showErrorMessage(`${this.file.executable} is already running! Please close it first to compile successfully!`);

return Result.error;
}
Expand Down

0 comments on commit 504b516

Please sign in to comment.