Skip to content
Snippets Groups Projects
Commit 1c21cb4d authored by syuilo's avatar syuilo
Browse files

lint fix

parent 036017a6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment