From 0e023136b8f6722fe238b056d7843a71f0cf49e2 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 25 Apr 2023 00:37:29 +0200 Subject: [PATCH] =?UTF-8?q?fix=20tools/endpoint-hci-version=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/endpoint-hci-version/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/endpoint-hci-version/cli.js b/tools/endpoint-hci-version/cli.js index 9d20882f..b96626bf 100755 --- a/tools/endpoint-hci-version/cli.js +++ b/tools/endpoint-hci-version/cli.js @@ -26,7 +26,7 @@ Examples: const silent = argv.silent || argv.s ;(async () => { - const {profile} = import(`../../p/${argv._[0]}/index.js`) + const {profile} = await import(`../../p/${argv._[0]}/index.js`) const client = createClient( profile,