Skip to content

Commit 5473877

Browse files
committed
chore: remove unnecessary comment
1 parent f50e7b3 commit 5473877

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ export function readYamlFile<T>(filePath: string): T | null {
151151
try {
152152
doc = yaml.load(fs.readFileSync(filePath, "utf8")) as T;
153153
} catch {
154-
// ignore
155-
156154
doc = null;
157155
}
158156

0 commit comments

Comments
 (0)