Skip to content

Commit 63d59c8

Browse files
chadlwilsonZoupers
authored andcommitted
Fix lint warning
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
1 parent 080c9bc commit 63d59c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)