tc-wrapper
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -27,3 +27,3 @@ 'use strict'; | ||
debug('About to execute cmd: ' + cmd + ' with allowed errors: ' + JSON.stringify(allowedErrors)); | ||
return (0, _childProcessEs6Promise.exec)(cmd).then(function (result) { | ||
return (0, _childProcessEs6Promise.exec)(cmd, {}).then(function (result) { | ||
debug('Executed successfully cmd: ' + cmd + ': ', result.stdout); | ||
@@ -30,0 +30,0 @@ var stdout = result.stdout; |
{ | ||
"name": "tc-wrapper", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "NodeJS wrapper for tc command (traffic control on linux)", | ||
@@ -5,0 +5,0 @@ "author": "J. Victor Soto", |
40456