mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 11:16:34 +00:00
Add missing paren.
This commit is contained in:
parent
b3f9f9b1ef
commit
ff7d6c1f8a
@ -42,7 +42,7 @@ exports.start = start = (app) ->
|
||||
stream.pipe(JSONStream.parse('error'))
|
||||
.pipe(es.mapSync(reject))
|
||||
else
|
||||
stream.pipe(es.wait((error, text) -> reject(text))
|
||||
stream.pipe(es.wait((error, text) -> reject(text)))
|
||||
|
||||
stream.on('end', resolve)
|
||||
.then ->
|
||||
|
Loading…
Reference in New Issue
Block a user