From 0ebb91b472d8fd8013a69f078d4a88eb1291d1de Mon Sep 17 00:00:00 2001 From: "Vyacheslav.Sviridov" Date: Fri, 20 Jan 2023 11:21:06 +0600 Subject: [PATCH] top level await --- bin/enm-cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/enm-cli.js b/bin/enm-cli.js index 9a84d97..09e7dc9 100755 --- a/bin/enm-cli.js +++ b/bin/enm-cli.js @@ -119,4 +119,4 @@ async function main() { } } -; (async () => await main())() +main()