println debugging!
This commit is contained in:
parent
a0678f5742
commit
ed762c6079
|
@ -4,5 +4,6 @@ const mod = await init()
|
||||||
|
|
||||||
export function run (source) {
|
export function run (source) {
|
||||||
const result = mod.ludus(source).value
|
const result = mod.ludus(source).value
|
||||||
|
console.log(result)
|
||||||
return JSON.parse(result)
|
return JSON.parse(result)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user