@transformation/process
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "@transformation/process", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Transformations for working with processes", | ||
@@ -33,3 +33,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "682f9600b8c8e191798ff605529e837e03f293eb" | ||
"gitHead": "bb00d16f0cd0a749d73098cfa47f247960cff845" | ||
} |
@@ -42,3 +42,3 @@ const expect = require("unexpected").clone().use(require("unexpected-steps")); | ||
"to error", | ||
"ls: cannot access 'non-existing-directory': No such file or directory" | ||
"ls: non-existing-directory: No such file or directory" | ||
); | ||
@@ -45,0 +45,0 @@ }); |
@@ -78,3 +78,3 @@ const expect = require("unexpected").clone().use(require("unexpected-steps")); | ||
"to error", | ||
"ls: cannot access 'non-existing-directory': No such file or directory" | ||
"ls: non-existing-directory: No such file or directory" | ||
); | ||
@@ -81,0 +81,0 @@ }); |
14919