Commit 5348d6ee authored by Michaël De Boey's avatar Michaël De Boey Committed by Dan Abramov
Browse files

Revert links to package in 'packages/react-error-overlay/fixtures/*' (#3902)

parent 3767d918
Showing with 680 additions and 680 deletions
+680 -680
This diff is collapsed.
This diff is collapsed.
...@@ -17532,7 +17532,7 @@ function formatMessage(message) { ...@@ -17532,7 +17532,7 @@ function formatMessage(message) {
// Internal stacks are generally useless so we strip them... with the // Internal stacks are generally useless so we strip them... with the
// exception of stacks containing `webpack:` because they're normally // exception of stacks containing `webpack:` because they're normally
// from user code generated by WebPack. For more information see // from user code generated by WebPack. For more information see
// https://github.com/facebook/create-react-app/pull/1050 // https://github.com/facebookincubator/create-react-app/pull/1050
message = message.replace( message = message.replace(
/^\s*at\s((?!webpack:).)*:\d+:\d+[\s\)]*(\n|$)/gm, /^\s*at\s((?!webpack:).)*:\d+:\d+[\s\)]*(\n|$)/gm,
'' ''
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment