BUGFIX: Error message shows blob URL instead of script name (#2265)

This commit is contained in:
catloversg
2025-07-24 04:30:25 +07:00
committed by GitHub
parent 7019145f3b
commit ff106bb764
4 changed files with 27 additions and 35 deletions
+1 -2
View File
@@ -55,7 +55,7 @@ import { resolveFilePath, FilePath } from "../Paths/FilePath";
import { hasScriptExtension, ScriptFilePath } from "../Paths/ScriptFilePath";
import { CustomBoundary } from "../ui/Components/CustomBoundary";
import { ServerConstants } from "../Server/data/Constants";
import { basicErrorMessage, errorMessage, log } from "./ErrorMessages";
import { errorMessage, log } from "./ErrorMessages";
import { assertStringWithNSContext, debugType } from "./TypeAssertion";
import {
canAccessBitNodeFeature,
@@ -79,7 +79,6 @@ export const helpers = {
hostReturnOptions,
returnServerID,
argsToString,
basicErrorMessage,
errorMessage,
validateHGWOptions,
checkEnvFlags,