Skip to content

Commit e49f7a2

Browse files
committed
tiny types fix
1 parent b98a775 commit e49f7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ using JsStackFrames = std::vector<JsStackFrame>;
6565

6666
struct JsStackTrace {
6767
// The frames in the stack trace
68-
std::vector<JsStackFrame> frames;
68+
JsStackFrames frames;
6969
// JSON serialized string of the async state
7070
std::string async_state;
7171
};

0 commit comments

Comments
 (0)