We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa76a7 commit 9a06b03Copy full SHA for 9a06b03
packages/node_modules/overmind/src/index.ts
@@ -456,7 +456,7 @@ export class Overmind<Config extends Configuration> implements Configuration {
456
isPending: false,
457
error: error.message,
458
})
459
- return
+ throw error
460
}
461
462
if (result instanceof Promise) {
@@ -488,6 +488,7 @@ export class Overmind<Config extends Configuration> implements Configuration {
488
489
490
491
492
493
} else {
494
// eslint-disable-next-line standard/no-callback-literal
0 commit comments