Commit 3be15c903b5ec43e9709d7736ec51978aee07475

Authored by Adhidarma Hadiwinoto
1 parent 48751f6728
Exists in master

typo

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

... ... @@ -38,7 +38,7 @@ class Modem extends EventEmitter {
38 38 const self = this;
39 39  
40 40 debugLog('MODEM: opening ' + this.portName);
41   - this.port = new SerialPort(this.portName, portOptions);
  41 + this.port = new SerialPort(this.portName, this.portOptions);
42 42  
43 43 this.port.on('error', function(err) {
44 44 debugLog('MODEM: error opening ' + this.portName);