Closed pongib closed 2 years ago
No need to use await keyword when calling a synchronous function. Here is readFileSync.
await
Ah, thanks!
No need to use
await
keyword when calling a synchronous function. Here is readFileSync.