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

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fewwwww committed Jul 27, 2023
1 parent e648bd1 commit 2fe0a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requests/zkwasm_setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function zkwasm_setup(
[errorMessage, _] = handleAxiosError(error);
if (errorMessage != "Error: Image already exists!") {
console.log(error);
console.log("zkwasm_setup error, please retry.");
console.log("Error in zkwasm_setup. Please retry.");
}
isSetUpSuccess = false;
// errorMessage = error.response.data;
Expand Down

0 comments on commit 2fe0a62

Please sign in to comment.