Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpius committed Dec 2, 2023
1 parent 8152b18 commit 3486c33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/luals-annotations/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ functionDocs.forEach((func) => document.addFunction(func));
generateMatcherClass({ inverse: false });
generateMatcherClass({ inverse: true });

// This environment variable is set by NPM when you pass --debug to itw

// This environment variable is set by NPM when you pass --debug to it
if (process.env["npm_config_debug"]) {
console.log(document.build());
process.exit(0);
Expand Down

0 comments on commit 3486c33

Please sign in to comment.