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 72840c0 commit 070f097Copy full SHA for 070f097
src/index.ts
@@ -358,7 +358,7 @@ export default class StepFunctionsOfflinePlugin implements Plugin {
358
if (contextObject) {
359
if (func instanceof Promise) {
360
return func.then(async mod => {
361
- if (!mod) return;
+ if (!mod) return contextObject.done(null, {});
362
let res;
363
let err;
364
try {
0 commit comments