Update server/model/monitor.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/1222/head
Jimmy Huang 3 years ago committed by GitHub
parent ee90d2713f
commit 244a7b3671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -235,7 +235,7 @@ class Monitor extends BeanModel {
if ( data.length > 50 ) {
data = data.substring(0, 47) + "...";
}
throw new Error(bean.msg + ", but keyword is not in [ " + data + " ]");
throw new Error(bean.msg + ", but keyword is not in [" + data + "]");
}
}

Loading…
Cancel
Save