Skip to content

Commit

Permalink
Fix #110
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Sweetser committed Nov 5, 2018
1 parent 54337b8 commit 23824ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/nimcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def run_nimcheck(file_path, callback, verbosity, disabled_hints, extra_args):
command, this.send,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
cwd=os.path.dirname(file_path)
)

if error:
Expand Down

0 comments on commit 23824ac

Please sign in to comment.