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
Copy file name to clipboardExpand all lines: NuGet/MsieJavaScriptEngine.nuspec
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
<description>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (http://github.com/paulcbetts/SassAndCoffee), Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host) and jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).</description>
14
14
<summary>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine).</summary>
15
15
<releaseNotes>1. In JsRT modes fixed a problems in calculation of error locations;
16
-
2. An attempt was made to prevent occurrence of the access violation exception.</releaseNotes>
16
+
2. An attempt was made to prevent occurrence of the access violation exception;
17
+
3. Now the original exception is added to instance of the `JsRuntimeException` class as an inner exception.</releaseNotes>
0 commit comments