build: fix missing argument

This commit is contained in:
Gleb Bahmutov
2017-06-29 15:00:01 -04:00
parent d2600f41d8
commit 25c6bee630
+1 -1
View File
@@ -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 = ->