Skip to content

Commit

Permalink
fix js error
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Sep 19, 2024
1 parent 8eae53c commit 66c7795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class GXJSEngine {
Log.d("startDefaultEngine()")
}
synchronized(EngineType.QuickJS) {
if (debugEngine == null) {
if (quickJSEngine == null) {
// 创建引擎
quickJSEngine = createJSEngine(EngineType.QuickJS)

Expand Down

0 comments on commit 66c7795

Please sign in to comment.