Skip to content

Commit

Permalink
fix initial mark
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Jun 23, 2017
1 parent 5754612 commit 484ed8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion npm-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ def cwd(view):
def update_icons(view):

file = view.file_name()
if file not in data: return

if file not in data:
view.run_command('npm_install', {'action':'initial'})
return

installed = []
other = []
Expand Down

0 comments on commit 484ed8c

Please sign in to comment.