matrix-public-archive/server/lib
Eric Eastwood 17f2c399dd
Expose arguments for `renderHydrogenToString` (pure function) so we can reproduce when error occurs while we render Hydrogen (#35)
`renderHydrogenToString` is a pure function (probably) which means it will give the same output given the same input. This means, that if we give it a certain input and an error occurs, we should be able to reproduce it again if we have the arguments. This PR exposes those arguments in the logged error so we can investigate what's going wrong.

Added so we can investigate https://github.com/matrix-org/matrix-public-archive/issues/34 better and reproduce locally.
2022-07-05 10:30:12 -05:00
..
config.js Explain how config inherits (#17) 2022-06-09 21:37:07 -05:00
express-async-handler.js Fix lints 2022-02-15 21:33:31 -06:00
fetch-endpoint.js Make sure container is able to start up (#23) 2022-06-15 17:12:44 -05:00
rethrown-error.js Expose arguments for `renderHydrogenToString` (pure function) so we can reproduce when error occurs while we render Hydrogen (#35) 2022-07-05 10:30:12 -05:00
status-error.js Stop restarting server when the client bundle updates 2022-02-15 17:30:30 -06:00