Skip to content

Commit bb576da

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix check for tree-sitter cli
1 parent 7c35c8f commit bb576da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-sitter-dscexpression/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function Invoke-NativeCommand($cmd) {
1414

1515
$env:TREE_SITTER_VERBOSE=1
1616

17-
if ($null -eq (Get-Command tree-sitter)) {
17+
if ($null -eq (Get-Command tree-sitter -ErrorAction Ignore)) {
1818
cargo install tree-sitter-cli
1919
}
2020

0 commit comments

Comments
 (0)