Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
laverdet committed May 20, 2024
1 parent 7dbf53f commit fadad42
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/isolate/v8_inspector_wrapper.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#pragma once
#include "node_wrapper.h"
#include "./v8_version.h"
#if V8_AT_LEAST(11, 3, 244)
#if V8_AT_LEAST(12, 4, 254)
#include "v8_inspector/nodejs_v22.0.0.h"
#elif V8_AT_LEAST(11, 3, 244)
#include "v8_inspector/nodejs_v20.0.0.h"
#elif V8_AT_LEAST(10, 2, 154)
#include "v8_inspector/nodejs_v18.3.0.h"
Expand Down
Loading

0 comments on commit fadad42

Please sign in to comment.