Skip to content

Commit 65afeae

Browse files
Update src/adapter/stackTrace.ts
Co-authored-by: Connor Peet <[email protected]>
1 parent 3f750df commit 65afeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapter/stackTrace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export class StackFrame {
252252
name: string,
253253
rawLocation: RawLocation,
254254
private readonly isAsync = false,
255-
readonly isReplEval = false,
255+
public readonly isReplEval = false,
256256
) {
257257
this._id = ++StackFrame._lastFrameId;
258258
this._name = name || '<anonymous>';

0 commit comments

Comments
 (0)