agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux
MIT License
618 stars 93 forks source link

Javascipt: Allow return outside of function #166

Closed harunrst closed 1 year ago

harunrst commented 1 year ago

Hi, In the source code, there is a code block that causes a build issue because of a return outside of the function. Also, there is no return value from the exit function. So I removed the return and fixed the issue. Please move forward, here is the PR: https://github.com/agracio/edge-js/pull/165

harunrst commented 1 year ago

it is merged