Fix agent commands.

This commit is contained in:
Simo Kinnunen
2014-05-01 17:25:14 +09:00
parent a51884a6f4
commit 395e59a33f

View File

@@ -476,7 +476,8 @@ module.exports = syrup.serial()
function runAgentCommand(type, cmd) {
agent.writer.write(new apk.wire.Envelope(
type
null
, type
, cmd.encodeNB()
).encodeNB())
}