update error message

This commit is contained in:
Abi Raja 2023-11-23 22:21:05 -05:00
parent e3fe3c9ae2
commit b9522fede2

View File

@ -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";