summary refs log tree commit diff
path: root/src/bundle/start.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-12 12:46:01 +0200
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-19 19:32:39 +1100
commit0ab0a6ff16cba2ddd4192351e6e9b9c1d6b7b5a3 (patch)
tree95bcabf42717ad5872787bb9a47157063bda91d1 /src/bundle/start.ts
parentCreate webhooks (diff)
downloadserver-0ab0a6ff16cba2ddd4192351e6e9b9c1d6b7b5a3.tar.xz
Replace deprecated property
Diffstat (limited to 'src/bundle/start.ts')
-rw-r--r--src/bundle/start.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundle/start.ts b/src/bundle/start.ts
index 0c85b58d..cac75960 100644
--- a/src/bundle/start.ts
+++ b/src/bundle/start.ts
@@ -17,7 +17,7 @@ try {
 	console.log("[API] Failed to get thread count! Using 1...");
 }
 
-if (cluster.isMaster) {
+if (cluster.isPrimary) {
 	function getCommitOrFail() {
 		try {
 			return execSync("git rev-parse HEAD").toString().trim();