Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
typo x2
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Dec 1, 2023
1 parent 735cd68 commit 159a349
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,9 @@ export async function activate(context: vscode.ExtensionContext) {

// if there is no such hash in runs
if (!state.case.ids.includes(hash)) {
vscode.window.showErrorMessage('Unexistent case hash');
vscode.window.showErrorMessage(
'Requested hash does not exist',
);
return;
}

Expand Down

0 comments on commit 159a349

Please sign in to comment.