Skip to content

Commit

Permalink
fix: the plugin reports mkcert not recognized as an internal or exter…
Browse files Browse the repository at this point in the history
…nal command when parentheses in the folder name

close liuweiGL#83
  • Loading branch information
liuweiGL committed Feb 27, 2024
1 parent b22b169 commit 02278c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/mkcert/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ class Mkcert {
} else if (await exists(this.savedMkcert)) {
binary = this.savedMkcert
}
return binary ? escape(binary) : undefined

return binary
}

private async checkCAExists() {
Expand Down

0 comments on commit 02278c8

Please sign in to comment.