scaffold: update error message to be more accurate
This commit is contained in:
parent
abfb07f5f8
commit
7be7a7dce5
@ -85,7 +85,7 @@ function checkService(service) {
|
||||
!service.module.prototype.start ||
|
||||
!service.module.prototype.stop) {
|
||||
throw new Error(
|
||||
'Could not load service "' + service.name + '" as it does not support necessary methods.'
|
||||
'Could not load service "' + service.name + '" as it does not support necessary methods and properties.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user