Skip to content

Commit

Permalink
bug fix: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
SirZenith committed Jul 13, 2023
1 parent 66be448 commit 32a7aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ts.nu
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export def "ts parse" [ # -> string
] {
clear
if $debug {
tree-sitter parse $file -d
tree-sitter parse $glob -d
} else if $stat {
tree-sitter parse $file -sq
tree-sitter parse $glob -sq
} else {
tree-sitter parse $file
tree-sitter parse $glob
}
}

Expand Down

0 comments on commit 32a7aa3

Please sign in to comment.