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
In configuration settings of the Jint JS engine a AllowDebuggerStatement property has been returned so as not to break compatibility with previous versions
Copy file name to clipboardExpand all lines: src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
<Description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2002).</Description>
<PackageReleaseNotes>Runtime exceptions now contain a stack trace.</PackageReleaseNotes>
16
+
<PackageReleaseNotes>1. Runtime exceptions now contain a stack trace;
17
+
2. In configuration settings of the Jint JS engine a `AllowDebuggerStatement` property has been returned so as not to break compatibility with previous versions.</PackageReleaseNotes>
0 commit comments