Fixing some issues, backed project study

This commit is contained in:
2022-03-05 18:32:27 +01:00
parent b942166f69
commit 8c443d43e4
10 changed files with 15 additions and 18 deletions

View File

@@ -15,6 +15,6 @@ func (receiver RequestManager) Execute(request string) string {
return result
} else {
// TODO : Renvoyer qu'une erreur est survenue
return "Error occured while execute command"
return "Error occurred while execute command"
}
}