Skip to content

Commit fe4a665

Browse files
fix: eslint
1 parent 0737247 commit fe4a665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ export const unpluginFactory: UnpluginFactory<Options | undefined> = (options =
9797
if (exists) {
9898
return compiledPath
9999
}
100-
} catch {
100+
}
101+
catch {
101102
return null
102103
}
103104
}

0 commit comments

Comments
 (0)