Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcticae committed Nov 13, 2024
1 parent 5c783c4 commit 1475ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-cairo/src/cairols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function allFoldersHaveSameLSProvider(
// If every executable is scarb based, check if the versions match
if (executables.every((v) => !!v.scarb)) {
const versions = await Promise.all(executables.map((v) => v.scarb!.getVersion(ctx)));

return versions.every((x) => x === versions[0]);
}

Expand Down

0 comments on commit 1475ee3

Please sign in to comment.