1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00
This commit is contained in:
syuilo 2022-07-18 05:08:13 +09:00
parent 036017a6af
commit 1c21cb4d82

View File

@ -74,7 +74,7 @@ function fetchValue() {
async function save() {
try {
JSON5.parse(valueForEditor);
} catch (e) {
} catch (err) {
os.alert({
type: 'error',
text: i18n.ts.invalidValue,