runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

Fix args in runtime.shell.runCommand() #68

Closed facekapow closed 9 years ago

facekapow commented 9 years ago

Just a simple fix that will resolves and closes #67. Changes opts.args = [] to opts.args = opts.args || [].

iefserge commented 9 years ago

Looks good! We should probably figure out how to pass options object directly to avoid converting to string though.