From c3126fc01640ab98c2c8e20a642e032fec8fa1e5 Mon Sep 17 00:00:00 2001 From: cola119 Date: Wed, 27 Dec 2023 15:06:27 +0900 Subject: [PATCH] tools: update inspector_protocol to ca525fc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/51293 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- tools/inspector_protocol/encoding/encoding.cc | 2 +- tools/inspector_protocol/lib/encoding_cpp.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/inspector_protocol/encoding/encoding.cc b/tools/inspector_protocol/encoding/encoding.cc index 636281dd8ad894..89988476b87851 100644 --- a/tools/inspector_protocol/encoding/encoding.cc +++ b/tools/inspector_protocol/encoding/encoding.cc @@ -847,7 +847,7 @@ void CBORTokenizer::ReadNextToken(bool enter_envelope) { // value 0). // The represented allowed values range is -1 to -2^31. // They are mapped into the encoded range of 0 to 2^31-1. - // We check the the payload in token_start_internal_value_ against + // We check the payload in token_start_internal_value_ against // that range (2^31-1 is also known as // std::numeric_limits::max()). if (!bytes_read || diff --git a/tools/inspector_protocol/lib/encoding_cpp.template b/tools/inspector_protocol/lib/encoding_cpp.template index d3646491140663..8a9d6f64e471f8 100644 --- a/tools/inspector_protocol/lib/encoding_cpp.template +++ b/tools/inspector_protocol/lib/encoding_cpp.template @@ -855,7 +855,7 @@ void CBORTokenizer::ReadNextToken(bool enter_envelope) { // value 0). // The represented allowed values range is -1 to -2^31. // They are mapped into the encoded range of 0 to 2^31-1. - // We check the the payload in token_start_internal_value_ against + // We check the payload in token_start_internal_value_ against // that range (2^31-1 is also known as // std::numeric_limits::max()). if (!bytes_read ||