From b9522fede2835b3c3b4728e1d005541087ec2208 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 23 Nov 2023 22:21:05 -0500 Subject: [PATCH] update error message --- frontend/src/generateCode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";