Skip to content

Commit

Permalink
build: upgrade to Jint 3.0.0-beta-2059 (#9583)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Jan 6, 2024
1 parent 0d56f79 commit a22d5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageVersion Include="HtmlAgilityPack" Version="1.11.57" />
<PackageVersion Include="ICSharpCode.Decompiler" Version="8.2.0.7535" />
<PackageVersion Include="IgnoresAccessChecksToGenerator" Version="0.7.0" />
<PackageVersion Include="Jint" Version="3.0.0-beta-2058" />
<PackageVersion Include="Jint" Version="3.0.0-beta-2059" />
<PackageVersion Include="JsonSchema.Net" Version="5.4.3" />
<PackageVersion Include="Markdig" Version="0.34.0" />
<!-- "17.3.2" is the latest compatible version for .NET 6 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private static Func<object, object> GetFunc(Jint.Engine engine, string funcName,
{
return null;
}
if (func is FunctionInstance)
if (func is Function)
{
return s =>
{
Expand Down

0 comments on commit a22d5ac

Please sign in to comment.