We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109c747 commit 237d48eCopy full SHA for 237d48e
src/lse/PluginManager.cpp
@@ -257,10 +257,10 @@ ll::Expected<> PluginManager::unload(std::string_view name) {
257
258
{
259
EngineScope scope(scriptEngine);
260
+ LLSECallEventsOnUnload(scriptEngine);
261
#ifndef LSE_BACKEND_NODEJS
262
LLSERemoveTimeTaskData(scriptEngine);
263
#endif
- LLSECallEventsOnUnload(scriptEngine);
264
LLSERemoveAllEventListeners(scriptEngine);
265
LLSERemoveCmdRegister(scriptEngine);
266
LLSERemoveCmdCallback(scriptEngine);
0 commit comments