mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Fix wrong indentation of error message
This commit is contained in:
parent
ecae591c38
commit
dfa15aa696
@ -94,7 +94,7 @@ class PluginManager {
|
||||
|
||||
if (hooks.length === 0) {
|
||||
const errorMessage = `The command you entered was not found.
|
||||
Did you spell it correctly?`;
|
||||
Did you spell it correctly?`;
|
||||
throw new this.serverless.classes.Error(errorMessage);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user