Skip to content

Commit ca3acf1

Browse files
committed
fix: wrong symbol in previous commit
1 parent 2cd5b3c commit ca3acf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/src/modules/core/ServerHealthService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ServerHealthService extends BaseService {
173173
);
174174
check_failures.push({ name });
175175

176-
this.log.error(`Error for healthcheck fail on ${name}: ` + e.stack);
176+
this.log.error(`Error for healthcheck fail on ${name}: ` + err.stack);
177177

178178
// Run the on_fail handlers
179179
for ( const fn of chainable.on_fail_ ) {

0 commit comments

Comments
 (0)