File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ parser.add_option("--enable-vtune-profiling",
146
146
dest=" enable_vtune_profiling" ,
147
147
help=" Enable profiling support for Intel VTune profiler to profile "
148
148
" JavaScript code executed in nodejs. This feature is only available "
149
- " for x32, x86 and x64 architectures." )
149
+ " for x32, x86, and x64 architectures." )
150
150
151
151
152
152
parser.add_option(" --link-module" ,
@@ -883,7 +883,7 @@ def configure_node(o):
883
883
o[' variables' ][' node_enable_v8_vtunejit' ] = b(options.enable_vtune_profiling)
884
884
elif options.enable_vtune_profiling:
885
885
raise Exception(
886
- ' The VTune profiler for JavaScript is only supported on x32, x86 and x64 '
886
+ ' The VTune profiler for JavaScript is only supported on x32, x86, and x64 '
887
887
' architectures.' )
888
888
else:
889
889
o[' variables' ][' node_enable_v8_vtunejit' ] = ' false'
You can’t perform that action at this time.
0 commit comments