Skip to content

Commit

Permalink
chore: update dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Apr 6, 2024
1 parent b25f5dc commit 7194457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function linter(key, options, compilation) {
/* istanbul ignore if */
if (err) bail(err);
else
writeFile(name, content, (err2) => {
writeFile(name, content, (/** @type {any} */ err2) => {
/* istanbul ignore if */
if (err2) bail(err2);
else finish();
Expand Down

0 comments on commit 7194457

Please sign in to comment.