Skip to content

Commit dceec5d

Browse files
fix pipelines
1 parent 3c2d424 commit dceec5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/node.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,8 @@ class Node extends rclnodejs.ShadowNode {
853853
eventCallbacks
854854
);
855855

856-
return new ObservableSubscription(subscription);
856+
observableSubscription = new ObservableSubscription(subscription);
857+
return observableSubscription;
857858
}
858859

859860
/**

0 commit comments

Comments
 (0)