Skip to content

Commit

Permalink
This doesn't need to be a generator
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Jun 7, 2024
1 parent 6d8cf2d commit 59499d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/env-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class EnvMap implements Map<string, string | undefined> {
}
}

*[Symbol.iterator]() {
[Symbol.iterator]() {
return this.entries()
}

Expand Down

0 comments on commit 59499d3

Please sign in to comment.