1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00
This commit is contained in:
lana-k
2024-01-03 18:26:07 +01:00
parent 96af391f20
commit 78e9ca2120
2 changed files with 6 additions and 1 deletions

View File

@@ -97,7 +97,8 @@ export default {
this.formattedJson = JSON.stringify(
JSON.parse(jsonStr), null, 4
)
} catch {
} catch (e) {
console.error(e)
this.formattedJson = ''
this.messages = [{
type: 'error',