fix ./bin/shrimp parse
This commit is contained in:
parent
a9df56346e
commit
3c539130b0
|
|
@ -143,7 +143,7 @@ async function main() {
|
|||
process.exit(1)
|
||||
}
|
||||
const input = readFileSync(file, 'utf-8')
|
||||
console.log(treeToString2(parseCode(input), input))
|
||||
console.log(treeToString2(parseCode(input).topNode, input))
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user