We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e9a4f commit b36b4f3Copy full SHA for b36b4f3
configure
@@ -90,7 +90,8 @@ parser.add_option("--link-module",
90
action="append",
91
dest="linked_module",
92
help="Path to a JS file to be bundled in the binary as a builtin."
93
- "This module will be referenced by basename without extension."
+ "This module will be referenced by path without extension."
94
+ "e.g. /root/x/y.js will be referenced via require('root/x/y')."
95
"Can be used multiple times")
96
97
parser.add_option("--openssl-no-asm",
0 commit comments