Skip to content

EACCES Rejection #9

Description

@greghornby
var portastic = require("portastic");

portastic.find({
    min: 1,
    max: 100
})
.then(function(ports){
    console.log('Ports available between 8000 and 8080 are: %s',
    ports.join(', '));
})

throws the error

Unhandled rejection Error: listen EACCES 0.0.0.0:1

this should just ignore the error and continue testing the ports

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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