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

Couple of changes to cmd.js #600

Closed
wants to merge 12 commits into from

Removed serving variable as auto-close was removed.

Signed-off-by: Vincent Frentzel <vincent@frentzel.eu>
  • Loading branch information
Vincent Frentzel
Vincent Frentzel committed Feb 7, 2016
commit f1581460701911951942ad0d36778c38f853cec0
@@ -260,7 +260,7 @@ function runCreate (input) {
})
}

var client, href, playerName, server, serving
var client, href, playerName, server

function runDownload (torrentId) {
if (!argv.out && !argv.stdout && !playerName) {
@@ -339,10 +339,6 @@ function runDownload (torrentId) {
}
})

server.once('connection', function () {
serving = true
})

function onReady () {
// if no index specified, use largest file
var index = (typeof argv.index === 'number')
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.