mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
cli: todo line seperations
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user