1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
Jorge Lobo 2021-06-23 17:03:06 +02:00
parent aca2a5c1d9
commit 552d37da45
No known key found for this signature in database
GPG Key ID: 9C21660F7B06905E

View File

@ -66,7 +66,7 @@ const main = (app = {}, type = '') => {
}
messageTerminal(configErrorParser)
} else {
app.emit(type, {
server.emit(type, {
command: mssgs[0],
data: result
})