Use JSON.parse instead of resolveJsonModule.

And fix typo.
This commit is contained in:
DitFranXX
2020-12-11 16:48:03 +09:00
parent 43e0716b85
commit e98db72efa
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export function register() {
R.Config("custom_mdb_path", {
name: "Custom MDB PATH",
desc: "You need to enabled Custom MDB option first. USE ABSOLUTE PATH !!",
desc: "You need to enable Custom MDB option first. USE ABSOLUTE PATH !!",
type: "string",
default: "",
})