Refined the debugging

This commit is contained in:
2021-03-30 06:48:17 +11:00
parent 9d17d350fa
commit 9f4b869d84
7 changed files with 50 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ const parseInput = (body, allowStrings, options) => {
}
if (options.debug) {
console.log('Input:\n', tokens, '\n');
console.log('Input:', tokens, '\n');
}
return tokens;