Skip to content

Commit

Permalink
Remove info message for no run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lesh committed Sep 4, 2021
1 parent 581c7fb commit 2432329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/goTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ export async function testCurrentPackageWithRun(
prompt: 'Enter custom -run flag'
});
if (!customRunFlagArg) {
vscode.window.showInformationMessage('No custom -run flag provided.');
return;
}

Expand Down

0 comments on commit 2432329

Please sign in to comment.