Skip to content

Commit

Permalink
better random log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 6, 2023
1 parent 87d87c9 commit ad58820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function getPort(
if (!availablePort && _userOptions.random !== false) {
availablePort = await getRandomPort(options.host);
if (availablePort && options.verbose) {
log("Using random port");
log(`Using random port ${availablePort}`);
}

Check warning on line 107 in src/index.ts

View check run for this annotation

Codecov / codecov/patch

src/index.ts#L106-L107

Added lines #L106 - L107 were not covered by tests
}

Expand Down

0 comments on commit ad58820

Please sign in to comment.