Skip to content

Not responding windows 10 #60

@Ubspy

Description

@Ubspy

I've tested my code on linux, and it works great, but when I try to run the same code on windows 10, my application stops responding.

function findProcess(name, callback)
{
  ps.lookup(
  {
    command: name
  }, function(err, resultList)
  {
    if(err)
    {
      throw new Error(err);
    }

    callback(resultList.length > 0);
    
  });
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions