| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1655,7 +1655,7 @@ function normalizeConnectArgs(listArgs) { | |||
| 1655 | 1655 | // This means that options.host overrides a host arg. | |
| 1656 | 1656 | if (listArgs[1] !== null && typeof listArgs[1] === 'object') { | |
| 1657 | 1657 | ObjectAssign(options, listArgs[1]); | |
| 1658 | - } else if (listArgs[2] !== null && typeof listArgs[2] === 'object') { | ||
| 1658 | + } else { | ||
| 1659 | 1659 | ObjectAssign(options, listArgs[2]); | |
| 1660 | 1660 | } | |
| 1661 | 1661 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments