Skip to content

Commit c87e971

Browse files
committed
Merge pull request webpack#1149 from ide/patch-1
Error.stackTrackLimit -> stackTraceLimit
2 parents a45c7dd + d0a5fae commit c87e971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ifArg("hide-modules", function(bool) {
152152

153153
var webpack = require("../lib/webpack.js");
154154

155-
Error.stackTrackLimit = 30;
155+
Error.stackTraceLimit = 30;
156156
var lastHash = null;
157157
var compiler = webpack(options);
158158
function compilerCallback(err, stats) {

0 commit comments

Comments
 (0)