Skip to content

Commit 7c9c28d

Browse files
joyeecheungaduh95
andauthored
fixup! build: make test-addons dependency-free
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent eb3d3d9 commit 7c9c28d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/doc/addon-verify.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
// This produces test/addons/01_worker_support/addon.cc.
1515
// Sections are numbered in order of first appearance.
1616

17-
import { mkdirSync, readFileSync, writeFileSync } from 'node:fs';
17+
import { mkdirSync, writeFileSync } from 'node:fs';
18+
import { open } from 'node:fs/promises';
1819
import { join } from 'node:path';
1920
import { parseArgs } from 'node:util';
2021

0 commit comments

Comments
 (0)