Skip to content

Commit

Permalink
fix: sync type with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Jun 27, 2024
1 parent 135d182 commit 6f86b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metro/src/shared/output/bundle.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function saveBundleAndMap(
...
},
options: OutputOptions,
log: (message: string) => void,
log: (...args: Array<string>) => void,
): Promise<mixed> {
const {
bundleOutput,
Expand Down

0 comments on commit 6f86b48

Please sign in to comment.