Skip to content

Commit

Permalink
chore: remove excess async from isServeDInstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 24, 2021
1 parent 27dd014 commit 1f1f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function getCodeDBinFolder() {
return ""
}

async function isServeDInstalled(serveDPath: string) {
function isServeDInstalled(serveDPath: string) {
return pathExists(serveDPath)
}

Expand Down

0 comments on commit 1f1f580

Please sign in to comment.