Error.stackTrackLimit -> stackTraceLimit

Fixed typo in bin/webpack.js. Should be straightforward.
This commit is contained in:
James Ide 2015-06-09 00:06:28 -07:00
parent a45c7ddf50
commit d0a5faefe1
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ ifArg("hide-modules", function(bool) {
var webpack = require("../lib/webpack.js");
Error.stackTrackLimit = 30;
Error.stackTraceLimit = 30;
var lastHash = null;
var compiler = webpack(options);
function compilerCallback(err, stats) {