Skip to content

Commit

Permalink
diagnose CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 5, 2024
1 parent a9f0da5 commit 9d7c4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/Path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export default class Path {
const txt = await this.read()
return parseYaml(txt, { filename: this.string /*improves err msgs*/ })
} catch (err) {
console.error("DSKJFHJDSK", err)
err.cause = this.string
throw err
}
Expand Down

0 comments on commit 9d7c4aa

Please sign in to comment.