fix(installer,validation): correct default path and drop dangling links v5.9.0 update

This commit is contained in:
sck_0
2026-02-20 21:27:08 +01:00
parent e36d6fd3b3
commit 96ffb7d759
96 changed files with 843 additions and 758 deletions

View File

@@ -1031,7 +1031,7 @@ class ProductionDebugger {
['log', 'debug', 'info', 'warn', 'error'].forEach(method => {
console[method] = (...args) => {
req.debugContext.log(req.id, method, args[0], args.slice(1));
originalConsole[method](...args);
originalConsolemethod;
};
});