Don't use the non-standard third parameter to main for enivronment
Use the standard `extern char **environ' instead. Fixes an issue with macOS. Also, check that env is not NULL in js_init.
Please register or sign in to comment
Use the standard `extern char **environ' instead. Fixes an issue with macOS. Also, check that env is not NULL in js_init.