diff --git a/src/index.ts b/src/index.ts index fe6fbbc..8f19bd2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -170,6 +170,8 @@ try { remotePort: port }); + this.port.on('error', (e) => { console.error('osc error', e) }) + this.port.on('message', msg => { // console.log('msg', msg) for (const listener of this.listeners) {