mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
make expression node output typed as ANY
This commit is contained in:
parent
68480bdbe2
commit
87a8848516
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ func _init():
|
||||||
)
|
)
|
||||||
|
|
||||||
add_output_port(
|
add_output_port(
|
||||||
DeckType.Types.STRING,
|
DeckType.Types.ANY,
|
||||||
"Expression Text",
|
"Expression Text",
|
||||||
"codeblock"
|
"codeblock"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue