diff --git a/scripts/ScriptUtils.ts b/scripts/ScriptUtils.ts index 26b4fc2388..2a9ac68bc5 100644 --- a/scripts/ScriptUtils.ts +++ b/scripts/ScriptUtils.ts @@ -88,7 +88,7 @@ export default class ScriptUtils { const parsed = JSON.parse(contents) return { parsed, path } } catch (e) { - console.error("Could not parse file ", "./assets/layers/" + path, "due to ", e) + console.error("Could not parse file ", path, "due to ", e) throw e } })