Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--port 9229 is causing a crash #11

Closed
rluncasu opened this issue Jul 5, 2018 · 2 comments
Closed

--port 9229 is causing a crash #11

rluncasu opened this issue Jul 5, 2018 · 2 comments
Assignees
Labels

Comments

@rluncasu
Copy link

rluncasu commented Jul 5, 2018

root@7a607b52938a:/app# kill-port --port 9229
/usr/local/lib/node_modules/kill-port/cli.js:9
let port = args.port ? args.port.split(',') : args.unknown
^

TypeError: args.port.split is not a function
at Object. (/usr/local/lib/node_modules/kill-port/cli.js:9:34)
at Module._compile (module.js:643:30)
at Object.Module._extensions..js (module.js:654:10)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Function.Module.runMain (module.js:684:10)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3

@tiaanduplessis tiaanduplessis self-assigned this Jul 5, 2018
@tiaanduplessis
Copy link
Owner

@rluncasu it should be fixed in 1.3.1. Thanks for reporting 👍

@rluncasu
Copy link
Author

rluncasu commented Jul 5, 2018

Ah , you beat me to it, was actually submitting a PR when the notification came in :), thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants