mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
@@ -58,7 +58,7 @@ module.exports = syrup.serial()
|
||||
.then(function(out) {
|
||||
// Can be "Text is busy", "text busy"
|
||||
return streamutil.findLine(out, (/busy/i))
|
||||
.then(function(line) {
|
||||
.then(function() {
|
||||
log.info('Binary is busy, will retry')
|
||||
return Promise.delay(1000)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user