Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
🚑 Hotfix #404
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Jan 29, 2019
1 parent 3810f5c commit 39bb32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_multithread.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (cluster.isMaster) {
return;
}

if (args.length > 1 || cluster.workers.length === 0) {
if (args.length > 1 || cluster.workers.length <= 0) {
si[type](...args).then(res => {
if (e.sender) {
e.sender.send("systeminformation-reply-"+id, res);
Expand Down

0 comments on commit 39bb32e

Please sign in to comment.