cli: todo line seperations

This commit is contained in:
Brian Mann
2017-09-04 11:30:05 -04:00
parent d2434311f5
commit d9a28bf278
+3
View File
@@ -1,6 +1,9 @@
const R = require('ramda')
const chalk = require('chalk')
// TODO: if this isnt the first log
// then push a \n first above it
// so messages are separated
let logs = []
const error = (...messages) => {