You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps throw a more explicit error because at the moment it appears to crash and complain about lack of process.send:
> node test/index.js
Warning: a promise was rejected with a non-error: [object Undefined]
at /Users/timoxley/Projects/tests/node_modules/ava/lib/runner.js:163:20
From previous event:
at Runner.run (/Users/timoxley/Projects/tests/node_modules/ava/lib/runner.js:161:4)
at Immediate._onImmediate (/Users/timoxley/Projects/tests/node_modules/ava/index.js:53:9)
at processImmediate [as _immediateCallback] (timers.js:374:17)
Unhandled rejection TypeError: process.send is not a function
at exit (/Users/timoxley/Projects/tests/node_modules/ava/index.js:42:10)
From previous event:
at Immediate._onImmediate (/Users/timoxley/Projects/tests/node_modules/ava/index.js:53:15)
at processImmediate [as _immediateCallback] (timers.js:374:17)
Perhaps throw a more explicit error because at the moment it appears to crash and complain about lack of
process.send
:Related #97
The text was updated successfully, but these errors were encountered: