diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:29:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:29:04 +0200 |
| commit | 0e6205ebcb990fd57f5056c1cf5e9de1487be934 (patch) | |
| tree | c3c96a45874df6326965e3aada63c9e9184aeb8d /bindings/node/index.js | |
| parent | 4a1d56285559545a56cb7c79a0ea1564f01e09e5 (diff) | |
Update name
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; |