Skip to content

Commit

Permalink
Nerf output
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 14, 2024
1 parent 47b35fb commit 678038e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/run_fawltydeps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash

echo "Running fawltydeps $*"
fawltydeps "$@"
exit $?
fawltydeps_result=$(fawltydeps "$@")
exit_code=$?

Expand Down

0 comments on commit 678038e

Please sign in to comment.