You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the output paths can only be accessed via the outputs array a la ${outputs[out]}, so existing builders that use $out will fail. Is this the intended behavior?
Currently the output paths can only be accessed via the
outputsarray a la${outputs[out]}, so existing builders that use$outwill fail. Is this the intended behavior?