fix: wrong symbol in previous commit

This commit is contained in:
KernelDeimos
2025-05-22 15:42:43 -04:00
parent 2cd5b3cb49
commit ca3acf13c1

View File

@@ -173,7 +173,7 @@ class ServerHealthService extends BaseService {
);
check_failures.push({ name });
this.log.error(`Error for healthcheck fail on ${name}: ` + e.stack);
this.log.error(`Error for healthcheck fail on ${name}: ` + err.stack);
// Run the on_fail handlers
for ( const fn of chainable.on_fail_ ) {