Skip to content

Commit 5240f4a

Browse files
committed
Fixup: ts-expect-error
1 parent 877c525 commit 5240f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function processFile(fileName,
113113
try {
114114
var content = await readFile(sourcePath); // eslint-disable-line no-var
115115
} catch(err) {
116-
// @ts-ignore
116+
// @ts-expect-error TS2345
117117
if(err.code !== "ENOENT") {
118118
throw err;
119119
}

0 commit comments

Comments
 (0)