Skip to content

Commit

Permalink
Fix the crash when Autocompletion is triggered on output port of watc…
Browse files Browse the repository at this point in the history
…h node. (#11668)

* Fix the crash when Autocompletion was triggered on output port of watch node

* Change the output port type for the watch node.
  • Loading branch information
reddyashish authored May 6, 2021
1 parent 8f3af94 commit 3391d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/CoreNodeModels/Watch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace CoreNodeModels
[NodeDescription("WatchNodeDescription", typeof(Resources))]
[NodeSearchTags("WatchNodeSearchTags", typeof(Resources))]
[IsDesignScriptCompatible]
[OutPortTypes("Node Output: var")]
[OutPortTypes("var")]
[AlsoKnownAs("Dynamo.Nodes.Watch", "DSCoreNodesUI.Watch")]
public class Watch : NodeModel
{
Expand Down

0 comments on commit 3391d04

Please sign in to comment.