Skip to content

Commit fff929d

Browse files
committed
JsEnv仅仅在DllNotFoundException重试下一种虚拟机
1 parent bc5f60f commit fff929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unity/upms/core/Runtime/Src/JsEnv.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public JsEnv(ILoader loader, int debugPort, BackendType backendExpect, IntPtr ex
121121
InitInnerEnv((BackendType)i, libVersionExpect, loader, debugPort);
122122
found = true;
123123
break;
124-
} catch (Exception e){ }
124+
} catch (DllNotFoundException e){ }
125125
}
126126
if (!found)
127127
{

0 commit comments

Comments
 (0)