UI: Do not close scripts in editor when their servers are deleted (#2049)

This commit is contained in:
catloversg
2025-03-30 10:26:45 +07:00
committed by GitHub
parent 12d18c21f1
commit 0900f46edb
4 changed files with 18 additions and 12 deletions
+1
View File
@@ -2,4 +2,5 @@
export enum RamCalculationErrorCode {
SyntaxError = -1,
ImportError = -2,
InvalidServer = -3,
}