Skip to content

Commit 1786a14

Browse files
Armando Aguirrejakebailey
andauthored
Update src/utils/hashStackTrace.ts
Co-authored-by: Jake Bailey <[email protected]>
1 parent 434f448 commit 1786a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/hashStackTrace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createHash } from "crypto";
1+
import { createHash } from "crypto";
22

33
export function getHash(methods: string[]): string {
44
const lines = methods.join("\n");

0 commit comments

Comments
 (0)