flagpole icon indicating copy to clipboard operation
flagpole copied to clipboard

Warning: a promise was created in a handler at scenario.js but was not returned from it

Open johnsickels opened this issue 4 years ago • 0 comments

(node:131) Warning: a promise was created in a handler at /workspace/node_modules/flagpole/dist/scenario.js:4:12 but was not returned from it, see http://goo.gl/rRqMUw
    at Function.PromiseMapSeries [as mapSeries] (/workspace/node_modules/bluebird/js/release/each.js:11:12)

This usually means that you simply forgot a return statement somewhere, which will cause a runaway promise that is not connected to any promise chain.

We are seeing this warning a lot in one of our projects

johnsickels avatar Oct 20 '21 14:10 johnsickels