Skip to content

Commit

Permalink
add missing source to js entry
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Oct 12, 2024
1 parent aee10fa commit f5e8726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/emnapi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const sources = [
path.join(__dirname, './src/uv/uv-common.c'),
path.join(__dirname, './src/uv/threadpool.c'),
path.join(__dirname, './src/uv/unix/loop.c'),
path.join(__dirname, './src/uv/unix/posix-hrtime.c'),
path.join(__dirname, './src/uv/unix/thread.c'),
path.join(__dirname, './src/uv/unix/async.c'),
path.join(__dirname, './src/uv/unix/core.c')
Expand Down

0 comments on commit f5e8726

Please sign in to comment.