Skip to content

Commit

Permalink
Debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cdo-defcon committed Apr 2, 2018
1 parent fe2975d commit cf9b505
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions atomshields/checkers/retirejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,13 @@ def install():
cmd = CommandHelper()

# Install npm (nodejs)
print cmd.install("npm")
cmd.install("npm")

# Install retre with npm
cmd.command = "npm install retire"
cmd.execute()
print cmd.execute()





Expand Down

0 comments on commit cf9b505

Please sign in to comment.