This commit is contained in:
Feross Aboukhadijeh 2015-01-28 18:18:47 -08:00
parent a6f14037ff
commit 812c2ded4e

View File

@ -312,6 +312,6 @@ function makeUdpPacket (params) {
break
default:
throw new Error('Action not implemented: ' + params.action)
}
}
return packet
}