You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read that there is an async option for rendering templates. Upon further inspection of the source code, this is not a real Async behavior as the internals of this library use these calls to load file data.
fs.existsSync
fs.readFileSync
Any hopes to Promisify these calls to be truly async?
The text was updated successfully, but these errors were encountered:
crh3675
changed the title
async option is true async 3.1.10
async option is not true async 3.1.10
Jun 10, 2024
We are using 3.1.10 with NodeJS 20.9.0.
I read that there is an
async
option for rendering templates. Upon further inspection of the source code, this is not a real Async behavior as the internals of this library use these calls to load file data.Any hopes to Promisify these calls to be truly async?
The text was updated successfully, but these errors were encountered: