Skip to content

Commit 02b879b

Browse files
authored
[0.76] Fix server.end() usage following Metro bump (#47023)
1 parent 788dd2e commit 02b879b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/community-cli-plugin/src/commands/bundle/buildBundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function buildBundleWithConfig(
140140
args.assetCatalogDest,
141141
);
142142
} finally {
143-
server.end();
143+
await server.end();
144144
}
145145
}
146146

0 commit comments

Comments
 (0)