| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,8 +99,7 @@ function fork(modulePath /* , args, options */) { | |||
| 99 | 99 | args = arguments[pos++]; | |
| 100 | 100 | } | |
| 101 | 101 | ||
| 102 | - if (pos < arguments.length && | ||
| 103 | - (arguments[pos] === undefined || arguments[pos] === null)) { | ||
| 102 | + if (pos < arguments.length && arguments[pos] == null) { | ||
| 104 | 103 | pos++; | |
| 105 | 104 | } | |
| 106 | 105 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments