paulbartrum / jurassic

A .NET library to parse and execute JavaScript code.
MIT License
868 stars 121 forks source link

Make a conversion to string without exception #222

Open Taritsyn opened 1 year ago

Taritsyn commented 1 year ago

Hello, Paul!

In current version, when converting some types to a string, an exception is thrown. This PR changes this behavior.