Taritsyn / JavaScriptEngineSwitcher

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
Apache License 2.0
439 stars 49 forks source link

Fix bug with null parameter #77

Closed vanjoge closed 4 years ago

vanjoge commented 4 years ago

Fix bug: when argument is null, argValue.GetType throw System.NullReferenceException.

Taritsyn commented 4 years ago

Hello, Vanjoge!

Make indents with tabs.

vanjoge commented 4 years ago

I changed the code, the changes look clearer.

Taritsyn commented 4 years ago

Thanks!