Skip to content

Commit 797ef8f

Browse files
committed
Fix load path
1 parent 2ed6d0d commit 797ef8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/load-binding.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ function locateBinding(): string {
204204
'node_modules',
205205
'@harperfast',
206206
`rocksdb-js-${process.platform}-${process.arch}${runtime}`,
207-
'build',
208-
'Release',
209207
'rocksdb-js.node'
210208
);
211209
if (existsSync(path)) {

0 commit comments

Comments
 (0)