Skip to content

Commit

Permalink
this fixes one of the unhelpful deno file-not-founds. (pkgxdev#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider authored Oct 2, 2022
1 parent 5df6920 commit c2a3428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vendor/Path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export default class Path {
//TODO would be nice to validate the output against a type
//TODO shouldn't be part of this module since we want to publish it
async readYAML(): Promise<unknown> {
console.verbose({ readYAML: this.string })
try {
const txt = await this.read()
return parseYaml(txt)
Expand Down

0 comments on commit c2a3428

Please sign in to comment.