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
Maktaba has trouble consistently reading the right plugin names from addon-info.json for some functions like maktaba#library#Require. If you have a library plugin that looks like
Maktaba has trouble consistently reading the right plugin names from addon-info.json for some functions like
maktaba#library#Require
. If you have a library plugin that looks likeand you execute
the Require call will fail saying mylib was not found.
Calling
maktaba#plugin#Detect()
will fix this, but maktaba ought to be able to detect the right plugin name without it.The text was updated successfully, but these errors were encountered: