| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -85,8 +85,7 @@ function fork(modulePath /* , args, options */) { | |||
| 85 | 85 | args = arguments[pos++]; | |
| 86 | 86 | } | |
| 87 | 87 | ||
| 88 | - if (pos < arguments.length && | ||
| 89 | - (arguments[pos] === undefined || arguments[pos] === null)) { | ||
| 88 | + if (pos < arguments.length && arguments[pos] == null) { | ||
| 90 | 89 | pos++; | |
| 91 | 90 | } | |
| 92 | 91 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments