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 @@ -144,7 +144,7 @@ parser.add_option("--enable-vtune-profiling",
144
144
dest=" enable_vtune_profiling" ,
145
145
help=" Enable profiling support for Intel VTune profiler to profile "
146
146
" JavaScript code executed in nodejs. This feature is only available "
147
- " for x32, x86 and x64 architectures." )
147
+ " for x32, x86, and x64 architectures." )
148
148
149
149
150
150
parser.add_option(" --link-module" ,
@@ -841,7 +841,7 @@ def configure_node(o):
841
841
o[' variables' ][' node_enable_v8_vtunejit' ] = b(options.enable_vtune_profiling)
842
842
elif options.enable_vtune_profiling:
843
843
raise Exception(
844
- ' The VTune profiler for JavaScript is only supported on x32, x86 and x64 '
844
+ ' The VTune profiler for JavaScript is only supported on x32, x86, and x64 '
845
845
' architectures.' )
846
846
else:
847
847
o[' variables' ][' node_enable_v8_vtunejit' ] = ' false'
You can’t perform that action at this time.
0 commit comments