You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# nodejs 11.11.X was failing with this https://travis-ci.org/moxystudio/node-proper-lockfile/jobs/503161746#L469
@@ -67,35 +62,6 @@ function parseNonShell(parsed) {
67
62
returnparsed;
68
63
}
69
64
70
-
functionparseShell(parsed){
71
-
// If node supports the shell option, there's no need to mimic its behavior
72
-
if(supportsShellOption){
73
-
returnparsed;
74
-
}
75
-
76
-
// Mimic node shell option
77
-
// See https://github.com/nodejs/node/blob/b9f6a2dc059a1062776133f3d4fd848c4da7d150/lib/child_process.js#L335
0 commit comments