diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/upd8.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 8ce3ab25..600cc257 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -1078,7 +1078,10 @@ async function main() { { const whoops = (error, stage) => { + if (!paragraph) console.log(''); + console.error(error); + niceShowAggregate(error); logError`There was a JavaScript error ${stage}.`; fileIssue(); |