feross -> webtorrent

This commit is contained in:
Feross Aboukhadijeh
2017-04-14 13:48:39 -07:00
parent cdfb907c75
commit 3b05b52e57
9 changed files with 20 additions and 23 deletions

View File

@@ -198,7 +198,7 @@ function processArgv (argv) {
// Ignore hidden argument, already being handled
} else if (arg.startsWith('-psn')) {
// Ignore Mac launchd "process serial number" argument
// Issue: https://github.com/feross/webtorrent-desktop/issues/214
// Issue: https://github.com/webtorrent/webtorrent-desktop/issues/214
} else if (arg.startsWith('--')) {
// Ignore Spectron flags
} else if (arg === 'data:,') {