Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Sep 22, 2024
1 parent 85a1076 commit 281d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports.getNodeProcessInfo = function(proc, platform) {
exports.sleep = promisify(setTimeout);

exports.getXtransitPrefix = function() {
return process.env.XPROFILER_PREFIX || process.env.XPROFILER_UNIT_TEST_TMP_HOMEDIR || os.homedir();
return process.env.XTRANSIT_PREFIX || process.env.XPROFILER_UNIT_TEST_TMP_HOMEDIR || os.homedir();
};

exports.getXprofilePrefix = function() {
Expand Down

0 comments on commit 281d286

Please sign in to comment.