diff --git a/services/frontend/src/ts/view.ts b/services/frontend/src/ts/view.ts index 33354828..0c596424 100644 --- a/services/frontend/src/ts/view.ts +++ b/services/frontend/src/ts/view.ts @@ -290,7 +290,7 @@ export function initView () { console.log('Could not load script', err) executionResult = { out: '', - err: 'An error occurred while loading the remote script.\nThis can be caused by the NoScript browser extension.', + err: 'An error occurred while loading the remote script.\nThis can be caused by the NoScript browser extension.\n\n' + err, result: null, info: null }