Skip to content

Commit e62ad1a

Browse files
authored
chore(node): Fix typo in LocalVariables integration (#7519)
1 parent 8e136c6 commit e62ad1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/localvariables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface DebugSession {
2626
class AsyncSession implements DebugSession {
2727
private readonly _session: Session;
2828

29-
/** Throws is inspector API is not available */
29+
/** Throws if inspector API is not available */
3030
public constructor() {
3131
/*
3232
TODO: We really should get rid of this require statement below for a couple of reasons:

0 commit comments

Comments
 (0)