Skip to content

Commit

Permalink
Ensure node.js works with static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 30, 2024
1 parent a4baa84 commit 1bbca8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binding/node.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('require-addon')('..', __filename)
require.addon = require('require-addon')

module.exports = require.addon('..', __filename)

0 comments on commit 1bbca8a

Please sign in to comment.