Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 19, 2023
1 parent 95c6da3 commit 3e2e66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/validate-links.js
Expand Up @@ -43,7 +43,7 @@ const skipFilter = (report) =>
console.log(err.stack);
process.exit(1);
}
const results = t.close();
const results = tapRenderInstance.close();

process.exit(results.fail ? 1 : 0);
})();

0 comments on commit 3e2e66f

Please sign in to comment.