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
ipfs serve http hangs in setupCmdContext(...) where it tries to find the root command object (the for loop). It appears something is weird with the treelike structure of the commands...
yep, the problem was with the for loop. It just worked for one level deep commands since it used c.Parent from the calling argument, c.Parent was still the same on the next iteration.
ipfs serve http
hangs in setupCmdContext(...) where it tries to find the root command object (the for loop). It appears something is weird with the treelike structure of the commands...cc @jbenet
The text was updated successfully, but these errors were encountered: