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 has been archived by the owner on Sep 12, 2022. It is now read-only.
I am writing a new plugin and I put it at /Users/USER/Library/Application Support/Harmony/Plugins/node_modules/harmony-USER/index.js. package.json is also presented. The plugin won't load at all.
I am writing a new plugin and I put it at
/Users/USER/Library/Application Support/Harmony/Plugins/node_modules/harmony-USER/index.js
.package.json
is also presented. The plugin won't load at all.Root Cause I Think
In
loadModules
:concat
won't modify the array instance. It returns an new Array. This should be why external plugins are not working at all.The text was updated successfully, but these errors were encountered: