mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
build: fix missing argument
This commit is contained in:
@@ -20,7 +20,7 @@ Linux = require("./linux")
|
||||
|
||||
fs = Promise.promisifyAll(fs)
|
||||
|
||||
logger = (msg) ->
|
||||
logger = (msg, platform) ->
|
||||
console.log(chalk.yellow(msg), chalk.bgWhite(chalk.black(platform)))
|
||||
|
||||
runDarwinSmokeTest = ->
|
||||
|
||||
Reference in New Issue
Block a user