Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
restored console log
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Jun 19, 2017
1 parent 0d7c94a commit d8943d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestCases.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("TestCases", function() {
if (!options.output) options.output = { filename: "[name].js" };
if (!options.output.path) options.output.path = outputDirectory;
if (process.env.CASES) {
//console.log("\nwebpack." + testCase + ".config.js " + JSON.stringify(options, null, 2));
console.log("\nwebpack." + testCase + ".config.js " + JSON.stringify(options, null, 2));
}
webpack(options, function (err, stats) {
if (err) return done(err);
Expand Down

0 comments on commit d8943d7

Please sign in to comment.