Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: fix typo in node.gyp
  • Loading branch information
targos authored Apr 27, 2024
commit da568d64e6e22d0c00e984f8fe58744171f96d6c
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
'src/dataqueue/queue.h',
'src/debug_utils.h',
'src/debug_utils-inl.h',
'src/embeded_data.h',
'src/embedded_data.h',
'src/encoding_binding.h',
'src/env_properties.h',
'src/env.h',
Expand Down