@live-change/dao
Advanced tools
Comparing version 0.8.106 to 0.8.107
@@ -39,4 +39,6 @@ import ObservableValue from "./ObservableValue.js" | ||
let method = this.defn.methods[what[1]] | ||
console.log("METHOD", what[1], "not found in", what) | ||
if(!method) throw new Error("methodNotFound") | ||
if(!method) { | ||
console.log("METHOD", what[1], "not found in", what) | ||
throw new Error("methodNotFound") | ||
} | ||
let res = method(...(what.slice(2).concat(args))) | ||
@@ -43,0 +45,0 @@ if(res && res.then) return res |
@@ -38,4 +38,4 @@ { | ||
}, | ||
"version": "0.8.106", | ||
"gitHead": "cd0102a76312f65e91a6cd70fab3e0a4ff961345" | ||
"version": "0.8.107", | ||
"gitHead": "da00b9062a0238e1497c76009b0bd9e74ff7a376" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172777
5047