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 65c7ed2 commit 5d49738Copy full SHA for 5d49738
src/lse/PluginManager.cpp
@@ -160,7 +160,7 @@ ll::Expected<> PluginManager::load(ll::mod::Manifest manifest) {
160
161
BindAPIs(&scriptEngine);
162
163
- auto& self = LegacyScriptEngine::getInstance();
+ auto& self = LegacyScriptEngine::getInstance().getSelf();
164
#ifndef LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS // NodeJs backend load depends code in another place
165
// Load BaseLib.
166
auto baseLibPath = self.getModDir() / "baselib" / BaseLibFileName;
0 commit comments