Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Update server-process-manager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius committed Dec 29, 2023
1 parent 2cb5734 commit 2f015fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/core/server-process-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ module.exports = {
proc.cmd = splitRow[1].replace(/\s+/g, ' ').trim();
proc.name = splitRow[2].replace('.exe', '').trim();
proc.pid = splitRow[3].trim();
console.log(proc)
}

processList.push(proc);
Expand Down

0 comments on commit 2f015fa

Please sign in to comment.