Minor comment fixes
This commit is contained in:
parent
cf9007aa50
commit
1da986e609
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ const process = async (raw, debug=false, logger=()=>{}) => {
|
|||
let empty = true
|
||||
let [config, format] = io.interpret(raw, logger)
|
||||
let suffix = format
|
||||
// KLE conversion warrants automaticly engaging debug mode
|
||||
// as, usually, we're only interested in the points anyway
|
||||
if (format == 'KLE') {
|
||||
suffix = `${format} (Auto-debug)`
|
||||
debug = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue