diff --git a/frontend/src/generateCode.ts b/frontend/src/generateCode.ts index f9eba85..8a05fe7 100644 --- a/frontend/src/generateCode.ts +++ b/frontend/src/generateCode.ts @@ -3,7 +3,7 @@ import { WS_BACKEND_URL } from "./config"; import { USER_CLOSE_WEB_SOCKET_CODE } from "./constants"; 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";