add back removed log statement
This commit is contained in:
committed by
GitHub
parent
40005351b5
commit
b34417b1fc
@@ -518,7 +518,10 @@ function buildLinux (cb) {
|
||||
}
|
||||
|
||||
installer(options).then(
|
||||
() => cb(null),
|
||||
() => {
|
||||
console.log('Linux: Created deb.')
|
||||
cb(null)
|
||||
},
|
||||
(err) => cb(err)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user