Commit e8dc1c2
committed
bug symfony#50913 [HttpKernel][WebProfilerBundle] Fix search feature (Cyril HERRERA)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[HttpKernel][WebProfilerBundle] Fix search feature
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
This fix research feature in the profiler.
Sometimes lines in index.csv are broken with something like this :
,,200
the try and catch allow the profiler to skip these lines
Commits
-------
cffceb1 [HttpKernel][WebProfilerBundle] Fix search featureFile tree
1 file changed
+6
-0
lines changed- src/Symfony/Component/HttpKernel/Profiler
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
0 commit comments