mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 10:44:28 +11:00
Refined the debugging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user