Martin Sherburn and Facebook GitHub Bot
e539e7d0be
Fix bug in parseHermesStack.js
...
Summary:
If function name is an empty string then it would fail to parse the line. And not only that, it would cause the entire stack to be lost. This fixes the issue by replacing `.+?` with `.*?`.
For example this line fails to parse:
```
at global (:2:4)
```
Changelog:
[General][Fixed] - Fixed bug parsing hermes call stacks when the file name is empty
Reviewed By: yungsters
Differential Revision: D29063192
fbshipit-source-id: 604e457af51f852fe547e6424283631ae148897d
2021-06-14 02:57:37 -07:00
..
2021-02-02 11:12:56 -08:00
2021-04-15 13:30:31 -07:00
2021-03-26 23:48:28 -07:00
2021-06-11 14:31:41 -07:00
2021-04-12 06:27:20 -07:00
2021-06-01 09:01:26 -07:00
2021-05-21 14:49:51 -07:00
2021-06-11 14:31:41 -07:00
2021-06-11 23:52:09 -07:00
2021-06-14 02:57:37 -07:00
2021-06-11 23:52:09 -07:00
2021-06-01 09:01:26 -07:00
2021-04-28 11:07:17 -07:00
2021-02-02 11:12:56 -08:00
2021-06-11 23:52:09 -07:00
2021-06-01 09:01:26 -07:00
2021-06-11 14:31:41 -07:00
2020-07-22 09:46:16 -07:00
2021-03-23 14:37:25 -07:00
2021-03-10 16:06:26 -08:00
2021-04-29 10:39:25 -07:00
2021-06-11 14:31:41 -07:00
2021-06-11 14:31:41 -07:00
2021-06-01 09:01:26 -07:00
2021-05-21 14:49:51 -07:00
2021-03-09 10:39:20 -08:00
2021-02-02 11:12:56 -08:00
2021-06-02 18:39:52 -07:00
2021-06-04 13:14:48 -07:00
2021-03-22 06:46:00 -07:00
2021-05-19 12:23:39 -07:00
2021-03-31 18:21:47 -07:00
2021-04-29 10:39:25 -07:00
2021-04-28 11:07:17 -07:00
2021-06-11 04:23:50 -07:00
2021-05-17 01:04:32 -07:00
2020-12-07 10:49:29 -08:00
2021-06-11 23:52:09 -07:00
2021-04-29 10:39:25 -07:00
2021-02-02 11:12:56 -08:00
2021-06-11 14:31:41 -07:00
2021-06-11 23:52:09 -07:00
2020-10-20 05:58:21 -07:00
2020-12-03 19:09:50 -08:00
2021-06-04 13:40:42 -07:00
2021-05-27 10:42:34 -07:00
2021-04-26 22:57:55 -07:00
2021-04-29 10:39:25 -07:00
2021-06-06 17:08:55 -07:00
2021-04-12 12:43:07 -07:00
2021-04-29 10:39:25 -07:00
2021-04-12 06:27:20 -07:00
2020-03-04 05:01:53 -08:00
2021-06-11 14:31:41 -07:00
2018-02-27 08:42:14 -08:00
2021-05-20 10:07:37 -07:00
2020-10-19 15:24:38 -07:00
2021-06-01 09:01:26 -07:00
2020-07-22 09:46:16 -07:00