Skip to content

Commit

Permalink
Fix crypto require
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Dec 8, 2023
1 parent 0595a46 commit bf62475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc.

const { randomBytes } = require('node:crypto')
const { randomBytes } = require('crypto')
const specifiers = new Map()
const isWin = process.platform === "win32"

Expand Down

0 comments on commit bf62475

Please sign in to comment.