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

Fixed Uncaught TypeError #191

Closed
wants to merge 1 commit into from
Closed
Commits on Nov 27, 2014
  1. Fixed thrown error

    ArtskydJ committed Nov 27, 2014
    I was getting `Uncaught TypeError: Cannot read property 'name' of undefined`
    with `client.seed(files)` in the browser.
    
    In `createTorrent`, opts.name is read from without checking if opts exists. (Maybe this fix should go in the `create-torrent` module?)
You can’t perform that action at this time.