Closed ouchadam closed 6 years ago
Currently the Get results are being cached in a singleton~ which means any changes to the files/paths are not picked up if the same process invokes the Inliner again.
Solved by moving the Get cache to the Inliner.
Inliner
Thanks for this. Before I can merge, can you:
will do
You're welcome to rebase on this PR rather than make another one. Either way: thank you 👍
Currently the Get results are being cached in a singleton~ which means any changes to the files/paths are not picked up if the same process invokes the Inliner again.
Solved by moving the Get cache to the
Inliner
.