diff --git a/src/node_buffer.cc b/src/node_buffer.cc index 3a943cc6369deb..4e44f0b47f0c03 100644 --- a/src/node_buffer.cc +++ b/src/node_buffer.cc @@ -619,7 +619,7 @@ void Fill(const FunctionCallbackInfo& args) { nullptr); } - start_fill: +start_fill: if (str_length >= fill_length) return;