We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e943df commit 1b35b97Copy full SHA for 1b35b97
argparser.cpp
@@ -127,6 +127,8 @@ bool ArgParser::initPlatformDir() {
127
bool found = false;
128
char path[PATH_MAX] = "";
129
130
+ logMsg("Version: " JRUBY_LAUNCHER_VERSION);
131
+
132
if (getenv("JRUBY_HOME") != NULL) {
133
logMsg("initPlatformDir: using JRUBY_HOME environment variable");
134
char sep[2] = { FILE_SEP, NULL };
0 commit comments