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
To avoid the complicated conditionals, the session.node() method should return an enum of which "kind" of Node we got (global vs project). That enum should have a method that produces an Option<Version>.
This maybe wants to be reconciled with the Installed type returned by install_node.
The text was updated successfully, but these errors were encountered:
While we don't have a session.current_node method any more, we did recently add the ability to show where the session.current_platform() came from in #466
To avoid the complicated conditionals, the
session.node()
method should return an enum of which "kind" of Node we got (global vs project). That enum should have a method that produces anOption<Version>
.This maybe wants to be reconciled with the
Installed
type returned byinstall_node
.The text was updated successfully, but these errors were encountered: