You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -156,15 +158,15 @@ private bool TryGetScriptError(Exception exception, out IScriptEngineException s
156
158
scriptError=newScriptEngineException(engine.Name,"Invalid object or property access",null,RawCOMHelpers.HResult.CLEARSCRIPT_E_SCRIPTITEMEXCEPTION,exception.InnerException);
// this usually indicates invalid object or property access in VBScript
165
-
scriptError=newScriptEngineException(engine.Name,"Invalid object or property access",null,RawCOMHelpers.HResult.CLEARSCRIPT_E_SCRIPTITEMEXCEPTION,exception.InnerException);
166
-
returntrue;
167
-
}
167
+
// this usually indicates invalid object or property access in VBScript
168
+
scriptError=newScriptEngineException(engine.Name,"Invalid object or property access",null,RawCOMHelpers.HResult.CLEARSCRIPT_E_SCRIPTITEMEXCEPTION,exception.InnerException);
0 commit comments