Skip to content

Commit

Permalink
Merge pull request #74 from yunsii/master
Browse files Browse the repository at this point in the history
fix: add x mode & path join by path.delimiter
  • Loading branch information
gogoyqj committed Jul 2, 2023
2 parents 6fa68b4 + 19f7d58 commit 05b5b19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified plugins/swagger-codegen-cli.jar
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/swagger2ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function checkJava() {
}

const cmdV3 = `-cp ${pluginsPath}/v3/myClientCodegen-swagger-codegen-1.0.0.jar${
process.platform === 'darwin' ? ':' : ';'
path.delimiter
}${pluginsPath}/v3/swagger-codegen-cli.jar io.swagger.codegen.v3.cli.SwaggerCodegen`;
const cmdV2 = `-jar ${generatorPath}`;

Expand Down

0 comments on commit 05b5b19

Please sign in to comment.