chore(scripts): coding style

This commit is contained in:
Julien Fontanet
2017-12-12 12:06:32 +01:00
parent bf3f9b4ac2
commit 299fdc19d6
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ require('exec-promise')(([ command, ...args ]) =>
console.log('*', name)
return fromEvent(spawn(command, args, {
cwd: dir,
stdio: 'inherit'
stdio: 'inherit',
}), 'exit').then(code => {
if (code !== 0) {
throw code