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,