Skip to content

Commit 954f461

Browse files
author
Tin Trinh
committed
fix typo
1 parent 3c29e9f commit 954f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { GetPotentialReturnVarsVisitor } from "./visitor/return";
55

66

77
// these vars is global scope to function (usually)
8-
// so we consider that it already in the function scope from begining
8+
// so we consider that it already in the function scope from beginning
99
const InScopeDefaultVars = ["this", "_SERVER"];
1010

1111
function walk(node: any, visitor: Visitor) {

0 commit comments

Comments
 (0)