Skip to content

Commit 4360ba7

Browse files
author
Michel Hofmann
committed
fixed option access
1 parent f652063 commit 4360ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpack-shell-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class WebpackShellPlugin {
1818
}
1919

2020
puts(error, stdout, stderr) {
21-
if (error && !swallowError) {
21+
if (error && !this.options.swallowError) {
2222
throw error;
2323
}
2424
}

0 commit comments

Comments
 (0)