Skip to content

Commit

Permalink
[Main] Transfer options to generators
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Mar 12, 2024
1 parent 06edb0e commit e3e92f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/main.hexa
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,8 @@ class Main {
console.log(quote(hint.toString()))
}

let outs = generator.perform(normal, target)
let options = input.targets[targetIndex].options
let outs = generator.perform(normal, target, options)

#if times
console.log("[Generator finished in \(Date.now() - beginGenerator) ms]")
Expand Down

0 comments on commit e3e92f0

Please sign in to comment.