Skip to content

Commit 0f2f2df

Browse files
author
Dimitri Nikitopoulos
committed
fix: typo
1 parent b8e1714 commit 0f2f2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/RosNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class RosNode extends EventEmitter {
115115
if (!subImpl) {
116116
subImpl = new SubscriberImpl(options, this);
117117
this._subscribers[topic] = subImpl;
118-
this.first = true;
118+
this.firstSubscriber = true;
119119
}
120120

121121
const sub = new Subscriber(subImpl);

0 commit comments

Comments
 (0)