Commit 4a065542a06cb41dff7e3c8a87b4c557ec0b4510

Authored by Adhidarma Hadiwinoto
1 parent 7f4bf40722
Exists in master

another debug

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -40,6 +40,7 @@ class Modem extends EventEmitter {
40 40 this.port = new SerialPort(this.portName);
41 41  
42 42 this.port.on('error', function(err) {
  43 + debugLog('MODEM: error opening ' + this.portName);
43 44 if (cb) cb(err);
44 45 });
45 46