Skip to content

Commit

Permalink
[unity]上个提交的quickjs低版本报错
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 3, 2024
1 parent d203a71 commit a2f9793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unity/native_src/Src/BackendEnv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ JSModuleDef* FBackendEnv::LoadModule(JSContext* ctx, const char *name)
{
JS_Throw(ctx, Ex);
return nullptr;
}
#endif
// quickjs本身已经做了cache,这只是为了支持ClearModuleCache ///
auto Iter = PathToModuleMap.find(name);
Expand Down

0 comments on commit a2f9793

Please sign in to comment.