1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

hdr-histogram-js

This commit is contained in:
leibale
2021-12-02 14:28:38 -05:00
parent b6cb1b11f6
commit 7202f3582f
5 changed files with 73 additions and 46 deletions

View File

@@ -31,7 +31,6 @@ async function getName() {
.parseSync().name;
}
const runnerPath = fileURLToPath(new URL('runner.js', import.meta.url)),
path = new URL(`${await getName()}/`, import.meta.url),
metadata = await import(new URL('index.js', path));