| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c6e429a commit 362c307
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -565,8 +565,6 @@ static void InternalModuleReadFile(const FunctionCallbackInfo<Value>& args) { | |||
| 565 | 565 | CHECK_GE(numchars, 0); | |
| 566 | 566 | if (static_cast<size_t>(numchars) < kBlockSize) { | |
| 567 | 567 | chars.resize(start + numchars); | |
| 568 | - } | ||
| 569 | - if (numchars == 0) { | ||
| 570 | 568 | break; | |
| 571 | 569 | } | |
| 572 | 570 | offset += numchars; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments