This commit is contained in:
Brooke Vibber 2025-12-23 11:49:51 -08:00
commit 3174faffbd
2 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,6 @@
const Module = require('./argy.js');
const mod = globalThis.Module || require('./argy.js');
Module().then((module) => {
mod().then((module) => {
const benches = [
'_bench_one',
'_bench_two',