Skip to content

Commit

Permalink
[0.76] Fix server.end() usage following Metro bump (#47023)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie authored Oct 15, 2024
1 parent 788dd2e commit 02b879b
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 02b879b

Please sign in to comment.