We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0595a46 commit bf62475Copy full SHA for bf62475
hook.js
@@ -2,7 +2,7 @@
2
//
3
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc.
4
5
-const { randomBytes } = require('node:crypto')
+const { randomBytes } = require('crypto')
6
const specifiers = new Map()
7
const isWin = process.platform === "win32"
8
0 commit comments