Update boot.embed.js

This commit is contained in:
syuilo 2024-08-20 20:01:34 +09:00
parent d4b1b34fd9
commit 87da434b5d

View File

@ -29,7 +29,7 @@
let forceError = localStorage.getItem('forceError'); let forceError = localStorage.getItem('forceError');
if (forceError != null) { if (forceError != null) {
renderError('FORCED_ERROR', 'This error is forced by having forceError in local storage.') renderError('FORCED_ERROR', 'This error is forced by having forceError in local storage.');
return; return;
} }