Skip to content

Commit

Permalink
[0.76] Fix server.end() usage following Metro bump
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Oct 15, 2024
1 parent 788dd2e commit a36aefc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function buildBundleWithConfig(
args.assetCatalogDest,
);
} finally {
server.end();
await server.end();
}
}

Expand Down

0 comments on commit a36aefc

Please sign in to comment.