-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1ffe2b
commit 25790e7
Showing
4 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
const path = require('path'); | ||
// const node_word_detection = require("../build/Release/node-word-detection.node") | ||
var binding = require('node-gyp-build')(path.join(__dirname,'..')) // 自动找到 .node | ||
module.exports.node_process_watcher = binding; | ||
|
||
const node_process_watcher = require("../build/Release/node-process-watcher.node") | ||
module.exports.node_process_watcher = node_process_watcher; |