mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(build-flow): Add missing resolve statement
This commit is contained in:
parent
e4b8db16f4
commit
fd7722bc1a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ module.exports = (grunt) ->
|
|||
if error
|
||||
reject(error)
|
||||
return
|
||||
resolve()
|
||||
|
||||
postToSlack = (msg) ->
|
||||
new Promise (resolve, reject) ->
|
||||
|
|
Loading…
Reference in a new issue