Skip to content

Commit

Permalink
Added "|" to argosbutton empty output
Browse files Browse the repository at this point in the history
  • Loading branch information
infeeeee committed Aug 4, 2019
1 parent 6556d98 commit fee581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kimai2-cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function printList(settings, arr, endpoint) {
console.log('No active measurements')
}
if (program.argosbutton) {
console.log("Kimai2")
console.log("Kimai2 |")
}
}
for (let i = 0; i < arr.length; i++) {
Expand Down

0 comments on commit fee581f

Please sign in to comment.