@@ -82,7 +82,7 @@ Array [
8282 "ExecaPlugin",
8383 "error",
8484 Array [
85- [Error: Command "not-found" return "Command failed with exit code 2 ( ENOENT) : not-found"],
85+ [Error: Command "not-found" return "Command failed with ENOENT: not-found"],
8686 ],
8787 ],
8888 Array [
@@ -119,7 +119,7 @@ Array [
119119 "ExecaPlugin",
120120 "error",
121121 Array [
122- [Error: Command "not-found" return "Command failed with exit code 2 ( ENOENT) : not-found"],
122+ [Error: Command "not-found" return "Command failed with ENOENT: not-found"],
123123 ],
124124 ],
125125 Array [
@@ -172,7 +172,7 @@ exports[`execa-webpack-plugin should throw error on 'on*' options are empty (no
172172
173173exports [` execa-webpack-plugin should throw error on 'on*' options are empty (no events): logs 1` ] = ` Array []` ;
174174
175- exports [` execa-webpack-plugin should throw error with 'bail: true' option (async hook) 1` ] = ` [Error: Command failed with exit code 2 ( ENOENT) : not-found]` ;
175+ exports [` execa-webpack-plugin should throw error with 'bail: true' option (async hook) 1` ] = ` [Error: Command failed with ENOENT: not-found]` ;
176176
177177exports [` execa-webpack-plugin should throw error with 'bail: true' option (async hook): logs 1` ] = `
178178Array [
@@ -194,7 +194,7 @@ Array [
194194 "ExecaPlugin",
195195 "error",
196196 Array [
197- [Error: Command "not-found" return "Command failed with exit code 2 ( ENOENT) : not-found"],
197+ [Error: Command "not-found" return "Command failed with ENOENT: not-found"],
198198 ],
199199 ],
200200 Array [
@@ -207,7 +207,7 @@ Array [
207207]
208208` ;
209209
210- exports [` execa-webpack-plugin should throw error with 'bail: true' option (sync hook) 1` ] = ` [Error: Command failed with exit code 2 ( ENOENT) : not-found]` ;
210+ exports [` execa-webpack-plugin should throw error with 'bail: true' option (sync hook) 1` ] = ` [Error: Command failed with ENOENT: not-found]` ;
211211
212212exports [` execa-webpack-plugin should throw error with 'bail: true' option (sync hook): logs 1` ] = `
213213Array [
@@ -229,7 +229,7 @@ Array [
229229 "ExecaPlugin",
230230 "error",
231231 Array [
232- [Error: Command "not-found" return "Command failed with exit code 2 ( ENOENT) : not-found"],
232+ [Error: Command "not-found" return "Command failed with ENOENT: not-found"],
233233 ],
234234 ],
235235 Array [
@@ -359,7 +359,7 @@ Array [
359359 "ExecaPlugin",
360360 "error",
361361 Array [
362- [Error: Command "del " return "Command failed with exit code 1 (EPERM) : del "],
362+ [Error: Command "del " return "Command failed with exit code 1: del "],
363363 ],
364364 ],
365365 Array [
@@ -403,7 +403,7 @@ Array [
403403 "ExecaPlugin",
404404 "error",
405405 Array [
406- [Error: Command "del " return "Command failed with exit code 1 (EPERM) : del "],
406+ [Error: Command "del " return "Command failed with exit code 1: del "],
407407 ],
408408 ],
409409 Array [
0 commit comments