diff --git a/dev/boot.js b/dev/boot.js index cc1846d82..395cf5263 100644 --- a/dev/boot.js +++ b/dev/boot.js @@ -59,7 +59,7 @@ window.rl = { : doc.addEventListener('readystatechange', () => 'complete' == doc.readyState && cb()) ) .catch(e => { - showError(e.message); + showError(e); throw e; }); },