Skip to content

v3.4.3

Compare
Choose a tag to compare
@petkaantonov petkaantonov released this 25 Aug 07:01
· 195 commits to master since this release

Bugfixes:

  • The "a promise was created in a handler but not returned from it" warning now highlights the file, line and column where the return statement is missing.
  • The "a promise was created in a handler but not returned from it" warning now adds the bluebird API method used to create the non-returned promise at the top of the warning stack