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
Otherwise I got a message "java: not found" response from the results. Not really a bug(?) Just noting this here to remind me later. Not sure why not passing the env vars allows it to work on my distro, might be that it wipes out all env vars including the $PATH but I haven't tested that idea yet.
This was on alpine-linux docker with open jdk 14
The text was updated successfully, but these errors were encountered:
I had to remove the
{env: {}}
passing to exec for this to work for me:https://github.com/lcnetdev/ldpjs/blob/main/helpers/Converter.js#L46
Otherwise I got a message "java: not found" response from the results. Not really a bug(?) Just noting this here to remind me later. Not sure why not passing the env vars allows it to work on my distro, might be that it wipes out all env vars including the $PATH but I haven't tested that idea yet.
This was on alpine-linux docker with open jdk 14
The text was updated successfully, but these errors were encountered: