Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
e17c3922
Unverified
Commit
e17c3922
authored
7 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Fix lint
parent
f87e6133
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-dev-utils/formatWebpackMessages.js
+1
-0
packages/react-dev-utils/formatWebpackMessages.js
with
1 addition
and
0 deletions
+1
-0
packages/react-dev-utils/formatWebpackMessages.js
+
1
-
0
View file @
e17c3922
...
...
@@ -24,6 +24,7 @@ function isLikelyASyntaxError(message) {
}
// Cleans up webpack error messages.
// eslint-disable-next-line no-unused-vars
function
formatMessage
(
message
,
isError
)
{
var
lines
=
message
.
split
(
'
\n
'
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment