1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 21:24:50 +02:00

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');
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;
}