Check for existing issues
Describe the bug / provide steps to reproduce it
In the current implementation, after waiting for the target plugin to finish loading, resolve() is called instead of resolve(true):
|
[onPluginLoadCallback](pluginId) { |
|
if (this.#pluginWatchers[pluginId]) { |
|
this.#pluginWatchers[pluginId].resolve(); |
|
delete this.#pluginWatchers[pluginId]; |
|
} |
|
} |
which contradicts the documentation’s description that it returns a Promise<boolean>:
Environment
not matter
If applicable, add mockups / screenshots regarding your vision
No response
If applicable, attach your Acode.log file to this issue.
Acode.log
Check for existing issues
Describe the bug / provide steps to reproduce it
In the current implementation, after waiting for the target plugin to finish loading,
resolve()is called instead ofresolve(true):Acode/src/lib/acode.js
Lines 702 to 707 in b7dbe3d
which contradicts the documentation’s description that it returns a
Promise<boolean>:Environment
not matter
If applicable, add mockups / screenshots regarding your vision
No response
If applicable, attach your Acode.log file to this issue.
Acode.log