Commit 8c3f1fa
Fixed promise bug.
Promises should only be rejected with an Error. In this case there is no Error, but just no result.
Bluebird gives warnings when Promises are rejected without an Error.1 parent 569687c commit 8c3f1fa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments