You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run a JS function via make-runnable, the function does't exit.
After successful run, the output shows "--------make-runnable-output--------", and it the execution stops there.
The script doesn't exit to the Shell Prompt.
I have to do Ctrl+C to make it exit.
It would be nice if the program exits gracefully.
The text was updated successfully, but these errors were encountered:
I have a file which exports a seed function, to which I've added require('make-runnable') to the end of.
I'm using the function as follows: "first-deploy": "dotenv -c -- node pbs-seed.js seed"
It has successfully run my seed function, but the code hasn't exited by itself.
We are wanting to use this in production ASAP, any ideas on how to fix this?
When i run a JS function via make-runnable, the function does't exit.
After successful run, the output shows "--------make-runnable-output--------", and it the execution stops there.
The script doesn't exit to the Shell Prompt.
I have to do Ctrl+C to make it exit.
It would be nice if the program exits gracefully.
The text was updated successfully, but these errors were encountered: