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 8e136c6 commit e62ad1aCopy full SHA for e62ad1a
packages/node/src/integrations/localvariables.ts
@@ -26,7 +26,7 @@ export interface DebugSession {
26
class AsyncSession implements DebugSession {
27
private readonly _session: Session;
28
29
- /** Throws is inspector API is not available */
+ /** Throws if inspector API is not available */
30
public constructor() {
31
/*
32
TODO: We really should get rid of this require statement below for a couple of reasons:
0 commit comments