Skip to content

Commit bf62475

Browse files
committed
Fix crypto require
1 parent 0595a46 commit bf62475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc.
44

5-
const { randomBytes } = require('node:crypto')
5+
const { randomBytes } = require('crypto')
66
const specifiers = new Map()
77
const isWin = process.platform === "win32"
88

0 commit comments

Comments
 (0)