summaryrefslogtreecommitdiff
path: root/packages/client/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-18 05:08:13 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-18 05:08:13 +0900
commit1c21cb4d82147c505385fa7f45d77cd8dda8f48e (patch)
tree9e6f0e73a2536d5fb8833b1b3e795ce8047fb7f9 /packages/client/src
parent12.117.0 (diff)
downloadsharkey-1c21cb4d82147c505385fa7f45d77cd8dda8f48e.tar.gz
sharkey-1c21cb4d82147c505385fa7f45d77cd8dda8f48e.tar.bz2
sharkey-1c21cb4d82147c505385fa7f45d77cd8dda8f48e.zip
lint fix
Diffstat (limited to 'packages/client/src')
-rw-r--r--packages/client/src/pages/registry.value.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/pages/registry.value.vue b/packages/client/src/pages/registry.value.vue
index 34253cc93b..9deb31e4a4 100644
--- a/packages/client/src/pages/registry.value.vue
+++ b/packages/client/src/pages/registry.value.vue
@@ -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,