Fix setMetadata RPC saferphore

This commit is contained in:
yflory
2019-09-03 13:29:57 +02:00
parent 6e5fdc0b8e
commit d52e449f87
2 changed files with 2 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ var handleCommand = Meta.handleCommand = function (meta, line) {
throw new Error("METADATA_UNSUPPORTED_COMMAND");
}
commands[command](meta, args);
return commands[command](meta, args);
};
Meta.commands = Object.keys(commands);