We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98a775 commit e49f7a2Copy full SHA for e49f7a2
module.cc
@@ -65,7 +65,7 @@ using JsStackFrames = std::vector<JsStackFrame>;
65
66
struct JsStackTrace {
67
// The frames in the stack trace
68
- std::vector<JsStackFrame> frames;
+ JsStackFrames frames;
69
// JSON serialized string of the async state
70
std::string async_state;
71
};
0 commit comments