janestreet / magic-trace

magic-trace collects and displays high-resolution traces of what a process is doing
https://magic-trace.org
MIT License
4.58k stars 87 forks source link

Fixed regex bug in CBR event when flags includes space #239

Closed lamoreauxaj closed 2 years ago

lamoreauxaj commented 2 years ago

magic-trace crashes on the added test case due to missing a space in the regex. This PR just fixes this.