Skip to content

Commit 7036414

Browse files
author
vhristov5555
committed
Fix tests.
1 parent bcaf246 commit 7036414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/npm/npm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def install(package='', option='', folder=None, log_level=CommandLogLevel.FULL):
4343
command = 'i {0} {1}'.format(package, option)
4444
output = Npm.__run_npm_command(command, folder=folder, log_level=log_level)
4545
assert "ERR!" not in output, "`npm " + command + "` failed with: \n" + output
46+
return output
4647

4748
@staticmethod
4849
def uninstall(package, option='', folder=None, log_level=CommandLogLevel.FULL):

0 commit comments

Comments
 (0)