Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Oct 29, 2017
1 parent 948210b commit 874b5f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions export-exchanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ let table = asTable.configure ({ delimiter: ' | ' }) (values)

let lines = table.split ("\n")
lines[1] = lines[0].replace (/[^\|]/g, '-')

log.red (lines[1])

let headerLine = lines[1].split ('|')
headerLine[3] = ':' + headerLine[3].slice (1, headerLine[3].length - 1) + ':'
headerLine[4] = ':' + headerLine[4].slice (1, headerLine[4].length - 1) + ':'
Expand Down

0 comments on commit 874b5f6

Please sign in to comment.