Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alnyli07 committed Sep 1, 2022
1 parent e67e05d commit a62dd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { promises: fs } = require('fs');
const path = require('path');

const NSFW = require('../../build/Release/nsfw.node');
const NSFW = require('../../build/Release/nsfw-prebuild.node');

function NSFWFilePoller(watchPath, eventCallback, debounceMS) {
const { CREATED, DELETED, MODIFIED } = nsfw.actions;
Expand Down

0 comments on commit a62dd15

Please sign in to comment.