mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-14 04:46:03 -05:00
chore: display sysmodule info on support pages
This commit is contained in:
@@ -87,6 +87,8 @@ router.get([
|
||||
template = template.replace('{module}', sysmodule);
|
||||
template = template.replace('{code}', errorCode);
|
||||
template = template.replace('{system}', errorInfo.module.system);
|
||||
template = template.replace('{module_name}', errorInfo.module.name);
|
||||
template = template.replace('{module_description}', errorInfo.module.description);
|
||||
template = template.replace('{message}', errorInfo.message.replace(/\s\s+/g, ' '));
|
||||
template = template.replace('{description}', errorInfo.long_description);
|
||||
template = template.replace('{solution}', errorInfo.long_solution);
|
||||
|
||||
Reference in New Issue
Block a user