Skip to content

Commit d181728

Browse files
committed
fix(node-sea-builder): add missing crypto import
1 parent d406bed commit d181728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/node-sea-builder/scripts/build.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* - Build specific platform: node scripts/build.mjs --platform=darwin --arch=x64
2424
*/
2525

26+
import crypto from 'node:crypto'
2627
import { existsSync, promises as fs } from 'node:fs'
2728
import os from 'node:os'
2829
import path from 'node:path'

0 commit comments

Comments
 (0)