Skip to content

Commit a0d089b

Browse files
committed
fix link indentation
1 parent 212736d commit a0d089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-dev-utils/printBuildError.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ module.exports = function printBuildError(err) {
4242
} catch (ignored) {
4343
console.log('Failed to minify the code.', err);
4444
}
45+
console.log('Read more here:');
4546
console.log(
46-
'Read more here: \n',
47-
'https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify'
47+
'https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify\n'
4848
);
4949
} else {
5050
console.log((message || err) + '\n');

0 commit comments

Comments
 (0)