diff options
Diffstat (limited to 'bindings/node/index.js')
| -rw-r--r-- | bindings/node/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/node/index.js b/bindings/node/index.js index d7f66fd..cf8c768 100644 --- a/bindings/node/index.js +++ b/bindings/node/index.js @@ -1,11 +1,11 @@ try { - module.exports = require("../../build/Release/tree_sitter_apinotation_binding"); + module.exports = require("../../build/Release/tree_sitter_api_notation_binding"); } catch (error1) { if (error1.code !== 'MODULE_NOT_FOUND') { throw error1; } try { - module.exports = require("../../build/Debug/tree_sitter_apinotation_binding"); + module.exports = require("../../build/Debug/tree_sitter_api_notation_binding"); } catch (error2) { if (error2.code !== 'MODULE_NOT_FOUND') { throw error2; |