mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Apparently, our old unminify logic relied on the fact that the filenames displayed in tracebacks were of the form "app.js" (and the `app.js` copy of the source map in the appropriate `/home/zulip/deployments/`). The correct behavior is to just look up the source map for the appropriate hash-named `app.a40806b10565c1dee5bf.js` type file. We fix this with a few small tweaks to the regular expressions. I wish this file had reasonable unit tests.
1.9 KiB
1.9 KiB