Skip to content

Commit

Permalink
show start error message
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob authored and gbraad committed May 18, 2023
1 parent b5dee93 commit ab9de81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crc-start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function startCrc(
return true;
}
}
extensionApi.window.showErrorMessage(err);
extensionApi.window.showErrorMessage(`${productName} start error: ${err}`);
console.error(err);
provider.updateStatus('stopped');
}
Expand Down

0 comments on commit ab9de81

Please sign in to comment.