diff --git a/scripts/ScriptUtils.ts b/scripts/ScriptUtils.ts index facf7f934a..174b1d3df0 100644 --- a/scripts/ScriptUtils.ts +++ b/scripts/ScriptUtils.ts @@ -75,6 +75,7 @@ export default class ScriptUtils { try { resolve(JSON.parse(result)) } catch (e) { + console.error("Could not parse the following as JSON:", result) reject(e) } });