Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson authored and Zoupers committed Aug 6, 2024
1 parent 080c9bc commit 63d59c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gaugeWorkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class GaugeWorkspace extends Disposable {
options: { env: { ...process.env, ...project.envs(this.cli) } },
};

if(platform() == "win32") {
if (platform() === "win32") {
serverOptions.options.shell = true;
}

Expand Down

0 comments on commit 63d59c8

Please sign in to comment.