Skip to content

Commit

Permalink
added arguments logging to cli.js ccxt#554
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 13, 2017
1 parent 06a8fb4 commit cba8581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/js/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async function main () {
let args = params.map (param =>
param.match (/[a-zA-Z]/g) ? param : parseFloat (param))

console.log ('Arguments: ', args)
console.log (await exchange[methodName] (... args))

}
Expand Down

0 comments on commit cba8581

Please sign in to comment.