Skip to content

Commit 90bfcd5

Browse files
committed
chore: lint code
1 parent c59ad64 commit 90bfcd5

File tree

1 file changed

+1
-1
lines changed
  • packages/openapi-typescript/bin

1 file changed

+1
-1
lines changed

packages/openapi-typescript/bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const flags = parser(args, {
8585
*/
8686
function normalizeOutput(output) {
8787
if (path.isAbsolute(output)) {
88-
return new URL("file://" + output);
88+
return new URL(`file://${output}}`);
8989
}
9090
return new URL(flags.output, CWD);
9191
}

0 commit comments

Comments
 (0)