This commit is contained in:
syuilo 2022-07-18 05:08:13 +09:00
parent aa2d520708
commit 321b6f3977

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,