harlantwood / lightsaber

Lightweight utilities for Node.js or browser, written in coffeescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.6.6: no output returned from `run`

harlantwood opened this issue · comments

eg console.log(run("ls").output) now prints undefined, in v0.6.5 it printed the output.

likely because of shelljs version bump:

-    "shelljs": "^0.6.0"
+    "shelljs": "^0.7.3"