Closed carl-egge closed 1 year ago
Hello,
await is only valid in async functions and the top level bodies of modules
So you need to use it inside the async
function or on the top level bodies of modules, otherwise it is not allowed yet.
But looks like you are using neither of them.
Best regards, Valerii Aligorskii.
Hi, thank you for the quick response. Since I used the code snippet from the readme your should maybe update that such that it works. Best regards, Carl
I installed the sol-merger using npm following the readme. The I copied the short code segment from the Quick Usage and executed an according script. This is my error: