Browse Source

Update server/validate-monitor-checks.js

Co-authored-by: Nelson Chan <chakflying@hotmail.com>
bertyhell/feature/monitor-checks
Bert Verhelst 3 years ago
committed by GitHub
parent
commit
77c11a6a50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/validate-monitor-checks.js

2
server/validate-monitor-checks.js

@ -12,7 +12,7 @@ function validateMonitorChecks(res, checks, bean) {
bean.msg += `, status matches '${check.value}'`;
bean.status = UP;
} else {
throw new Error(bean.msg + ", but status code dit not match " + check.value);
throw new Error(bean.msg + ", but status code does not match " + check.value);
}
break;

Loading…
Cancel
Save