mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 20:44:59 +00:00
Replace deprecated property
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ try {
|
||||
console.log("[API] Failed to get thread count! Using 1...");
|
||||
}
|
||||
|
||||
if (cluster.isMaster && process.env.NODE_ENV == "production") {
|
||||
if (cluster.isPrimary && process.env.NODE_ENV == "production") {
|
||||
console.log(`Primary ${process.pid} is running`);
|
||||
|
||||
// Fork workers.
|
||||
|
||||
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user