Skip to content

Commit

Permalink
don't reassign source (infinite loop)
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Sep 21, 2024
1 parent b01d473 commit f5436c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/staxfile/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default class Config implements StaxConfig {
exit(1, `Could not find a Staxfile at ${this.source}`)

verifyFile(this.staxfile)
this.source = this.location.source // so we get the path.resolve version if it is a local dir
this.staxfile = path.resolve(this.staxfile)

if (!this.app)
Expand Down

0 comments on commit f5436c0

Please sign in to comment.