Skip to content

Commit

Permalink
Merge pull request #914 from pranshuchittora/test/infra
Browse files Browse the repository at this point in the history
chore(migrate): fixes console error while running tests.
  • Loading branch information
evenstensberg committed Jun 4, 2019
2 parents 29e3b78 + 1df301d commit a60e07b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ export default function(j: JSCodeshift, ast: Node): Node {
j(path).remove();
}
} else {
console.error(`
process.stderr.write(`
${chalk.red("Please remove deprecated plugins manually. ")}
See ${chalk.underline("https://webpack.js.org/guides/migrating/")} for more information.`);
}
Expand Down

0 comments on commit a60e07b

Please sign in to comment.