Update boot.embed.js

This commit is contained in:
syuilo 2024-08-20 20:01:34 +09:00
parent d4b1b34fd9
commit 87da434b5d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
let forceError = localStorage.getItem('forceError');
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;
}