Fix the PrintUtil.js showTrunks

pull/104/head
justin 2 years ago
parent a171414c7b
commit 2a375ebcbb

@ -79,7 +79,7 @@ function showTrunks(p) {
} }
showTrunks(p.prev); showTrunks(p.prev);
console.log(p.str); process.stdout.write(p.str);
} }
module.exports = { module.exports = {

Loading…
Cancel
Save