Skip to content

Commit

Permalink
Fix "Buffer.from not a function"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancient123 committed Jan 26, 2023
1 parent 5099d4e commit 857e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forza-horizon-5-telemetry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Buffer = require('node:buffer');
const { Buffer } = require('node:buffer');
// For reference
// Pulled from https://github.com/bennett-sh/forza-horizon/blob/main/src/parse.ts
//const DATATYPES = {
Expand Down

0 comments on commit 857e88c

Please sign in to comment.