Skip to content

Commit

Permalink
Not pretty but practical fix to have node shebang hit
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored and pastuxso committed Nov 10, 2023
1 parent cc380d9 commit 8614953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
brew "bufbuild/buf/buf"
brew "grpcurl"
brew "go"
brew "node"
1 change: 1 addition & 0 deletions testdata/script/basic.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exec runme ls --allow-unnamed=true
cmp stdout golden-list-allow-unnamed.txt
! stderr .

env PATH=/opt/homebrew/bin:$PATH
! exec runme ls --filename nonexistent.md
stderr 'failed to open markdown file .*/nonexistent.md: no such file or directory'
! stdout .
Expand Down

0 comments on commit 8614953

Please sign in to comment.