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
When creating a new repository, GitHub suggests calling the default branch main instead of master, and some existing repositories are migrating. We should support both when fetching libraries using #pragma XOD require "link_to_library".
When creating a new repository, GitHub suggests calling the default branch
main
instead ofmaster
, and some existing repositories are migrating. We should support both when fetching libraries using#pragma XOD require "link_to_library"
.Right now, we have
master
hardcoded inxod/packages/xod-deploy/src/libraryManager.js
Lines 22 to 26 in a7d88dd
The text was updated successfully, but these errors were encountered: