From ecbf38a429a73116c6fc10a02783e6654f38b94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Fri, 10 Jan 2025 01:37:22 +0100 Subject: [PATCH] Add the error happened while loading remote code --- services/frontend/src/ts/view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }