mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-01-27 01:08:50 +00:00
fix logging
This commit is contained in:
parent
fa2453b4b4
commit
6f328cca63
@ -44,7 +44,7 @@ UdpSocket.prototype._debug = function() {
|
||||
// for now
|
||||
var args = [].slice.call(arguments)
|
||||
args.unshift('socket-' + this._id)
|
||||
console.log.apply(null, args)
|
||||
console.log.apply(console, args)
|
||||
}
|
||||
|
||||
UdpSocket.prototype.bind = function(port, address, callback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user