update error message
This commit is contained in:
parent
e3fe3c9ae2
commit
b9522fede2
@ -3,7 +3,7 @@ import { WS_BACKEND_URL } from "./config";
|
|||||||
import { USER_CLOSE_WEB_SOCKET_CODE } from "./constants";
|
import { USER_CLOSE_WEB_SOCKET_CODE } from "./constants";
|
||||||
|
|
||||||
const ERROR_MESSAGE =
|
const ERROR_MESSAGE =
|
||||||
"Error generating code. Check the Developer Console for details. Feel free to open a Github issue";
|
"Error generating code. Check the Developer Console AND the backend logs for details. Feel free to open a Github issue.";
|
||||||
|
|
||||||
const STOP_MESSAGE = "Code generation stopped";
|
const STOP_MESSAGE = "Code generation stopped";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user