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

Commit d8943d7

Browse files
committed
restored console log
1 parent 0d7c94a commit d8943d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("TestCases", function() {
2626
if (!options.output) options.output = { filename: "[name].js" };
2727
if (!options.output.path) options.output.path = outputDirectory;
2828
if (process.env.CASES) {
29-
//console.log("\nwebpack." + testCase + ".config.js " + JSON.stringify(options, null, 2));
29+
console.log("\nwebpack." + testCase + ".config.js " + JSON.stringify(options, null, 2));
3030
}
3131
webpack(options, function (err, stats) {
3232
if (err) return done(err);

0 commit comments

Comments
 (0)