Add missing paren.

This commit is contained in:
Page 2014-06-10 02:28:34 +01:00 committed by Pablo Carranza Vélez
parent b3f9f9b1ef
commit ff7d6c1f8a

View File

@ -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 ->