Skip to content

Commit 1aca0fb

Browse files
committed
2 parents 665776f + 59f6c95 commit 1aca0fb

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/gaugeWorkspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class GaugeWorkspace extends Disposable {
152152
options: { env: { ...process.env, ...project.envs(this.cli) } },
153153
};
154154

155-
if(platform() == "win32") {
155+
if (platform() === "win32") {
156156
serverOptions.options.shell = true;
157157
}
158158

0 commit comments

Comments
 (0)