Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLuGit committed Dec 14, 2024
1 parent 8575932 commit fea4421
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/one-click/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,10 @@ export async function configurePaths(
"pros"
)
);
process.env["PROS_VSCODE_FLAGS"] = semver.gte(semver.coerce(version) ?? "0.0.0", "3.2.4")
process.env["PROS_VSCODE_FLAGS"] = semver.gte(
semver.coerce(version) ?? "0.0.0",
"3.2.4"
)
? "--no-sentry --no-analytics"
: "";
await prosLogger.log(
Expand Down

0 comments on commit fea4421

Please sign in to comment.