mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
lint fix
This commit is contained in:
parent
aa2d520708
commit
321b6f3977
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue