Skip to content

Commit

Permalink
Better msg
Browse files Browse the repository at this point in the history
  • Loading branch information
standielpls committed Oct 30, 2024
1 parent 9de7404 commit d5e0def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tools/create-lambda-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const createLambdaHandler = (appRawOrPath) => {
// This is not strictly necessary since this is the default now when
// using the callback; just putting it here to be explicit.
// In some cases, the code hangs and never exits because the event loop is not
// empty.
// empty, so we can override the default behavior and exit after the app is done.
context.callbackWaitsForEmptyEventLoop =
event.waitForAsyncBeforeExit ?? true;

Expand Down

0 comments on commit d5e0def

Please sign in to comment.