Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Aug 10, 2024
1 parent eeef04b commit c9b6789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26297,7 +26297,7 @@ async function TryKillPid(pidFile) {
}
}

module.exports = { ExecUnityPwsh, ExecUnitySpawn };
module.exports = { ExecUnityPwsh };


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion src/unity.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ async function TryKillPid(pidFile) {
}
}

module.exports = { ExecUnityPwsh, ExecUnitySpawn };
module.exports = { ExecUnityPwsh };

0 comments on commit c9b6789

Please sign in to comment.