Skip to content

Commit f7187b9

Browse files
timReynoldsCopilot
andauthored
Update packages/cloudflare/src/cli/commands/utils.ts
Co-authored-by: Copilot <[email protected]>
1 parent d6d8c8d commit f7187b9

File tree

1 file changed

+1
-1
lines changed
  • packages/cloudflare/src/cli/commands

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/commands/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function withWranglerPassthroughArgs<T extends yargs.ArgumentsCamelCase<W
170170
args: T
171171
): WithWranglerArgs<T> {
172172
const wranglerConfigPath = args.config ?? (args.configPath ? [args.configPath] : undefined);
173-
if (wranglerConfigPath && wranglerConfigPath?.length > 1) {
173+
if (wranglerConfigPath && wranglerConfigPath.length > 1) {
174174
logger.info("Multiple Wrangler config paths found, first config assumed as opennext config.");
175175
}
176176

0 commit comments

Comments
 (0)