Skip to content

Commit

Permalink
Fix 2024-04-23 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgomes committed Aug 13, 2024
1 parent 7e16a29 commit bae2412
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/simdjson/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ template("simdjson_gn_build") {
"scope",
[ "simdjson.gyp" ])

source_set(target_name) {
component(target_name) {
forward_variables_from(invoker, "*")
public_configs = [ ":simdjson_config" ]
sources = gypi_values.simdjson_sources
Expand Down
2 changes: 1 addition & 1 deletion src/inspector_profiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <optional>
#include <unordered_set>
#include "inspector_agent.h"
#include "simdjson.h"
#include "../../deps/simdjson/simdjson.h"

namespace node {
// Forward declaration to break recursive dependency chain with src/env.h.
Expand Down
1 change: 0 additions & 1 deletion src/js_stream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ void JSStream::Finish(const FunctionCallbackInfo<Value>& args) {


void JSStream::ReadBuffer(const FunctionCallbackInfo<Value>& args) {
v8::TryCatch try_catch(args.GetIsolate());
JSStream* wrap;
ASSIGN_OR_RETURN_UNWRAP(&wrap, args.This());

Expand Down

0 comments on commit bae2412

Please sign in to comment.