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
{{ message }}
This repository was archived by the owner on Mar 23, 2025. It is now read-only.
Describe the bug
ManhuaDB plugin fails to function due to the following line. I tried printing out what script is and mango returns empty string or something like \n.
Plugin
ManhuaDB
Describe the bug
ManhuaDB plugin fails to function due to the following line. I tried printing out what
scriptis and mango returns empty string or something like\n.mango-plugins/plugins/manhuadb/index.js
Lines 63 to 64 in 66e0b8c
After I replace the above line with the following code, the plugin works properly.
To Reproduce
mango.raise(script)after L63 inindex.js;Expected behavior
mango.textshould extract the text inside script tag.Screenshots
Mango version
v0.27.0
Additional context