agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascipt: Allow return outside of function

harunrst opened this issue · comments

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:
#165

it is merged