Skip to content

Commit 1f76d43

Browse files
Update packages/snaps-execution-environments/scripts/build.js
Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 6c53d60 commit 1f76d43

File tree

1 file changed

+0
-12
lines changed
  • packages/snaps-execution-environments/scripts

1 file changed

+0
-12
lines changed

packages/snaps-execution-environments/scripts/build.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,7 @@ webpack(config, (error, stats) => {
3030
}
3131

3232
if (stats.hasErrors()) {
33-
console.error(
34-
'Webpack failed to build. See the error(s) below for more details.',
35-
);
36-
37-
console.log(
38-
stats.toString({
39-
all: false,
40-
colors: true,
41-
errors: true,
42-
}),
43-
);
4433
process.exitCode = 1;
45-
return;
4634
}
4735

4836
console.log(

0 commit comments

Comments
 (0)