We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a707f commit aa7de5cCopy full SHA for aa7de5c
index.js
@@ -8,9 +8,11 @@ const f = function (cb) {
8
if (error) {
9
cb(null, false);
10
}
11
+
12
if ((stdout).length > 0) {
13
cb(null, true);
14
15
16
17
});
18
};
package.json
@@ -30,9 +30,9 @@
30
"pify": "^4.0.0"
31
},
32
"devDependencies": {
33
- "ava": "^1.0.1",
34
- "nyc": "^14.0.0",
35
- "xo": "^0.23.0"
+ "ava": "^2.3.0",
+ "nyc": "^14.1.1",
+ "xo": "^0.24.0"
36
37
"nyc": {
38
"reporter": [
0 commit comments