Merge main into sweep/add-sweep-config
This commit is contained in:
commit
6e27d81ca1
@ -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