From 412b551dae95c9d407400b5c666cd5c6a0fb7bbb Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 20 Mar 2023 12:14:46 +0100 Subject: [PATCH] chore(node): Fix typo in LocalVariables integration --- packages/node/src/integrations/localvariables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node/src/integrations/localvariables.ts b/packages/node/src/integrations/localvariables.ts index 648a9e88d3be..d96047239d62 100644 --- a/packages/node/src/integrations/localvariables.ts +++ b/packages/node/src/integrations/localvariables.ts @@ -26,7 +26,7 @@ export interface DebugSession { class AsyncSession implements DebugSession { private readonly _session: Session; - /** Throws is inspector API is not available */ + /** Throws if inspector API is not available */ public constructor() { /* TODO: We really should get rid of this require statement below for a couple of reasons: