fix(installer,validation): correct default path and drop dangling links v5.9.0 update
This commit is contained in:
@@ -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;
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user