Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 26, 2024
1 parent 944795d commit de16e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { isUint8Array } = require('util/types');

function load() {
try {
return require('../build/Release/zstd.node')
return require('../build/Release/zstd.node');
} catch {
return require('../build/Debug/zstd.node');
}
Expand Down

0 comments on commit de16e42

Please sign in to comment.