File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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",
146146 dest=" enable_vtune_profiling" ,
147147 help=" Enable profiling support for Intel VTune profiler to profile "
148148 " JavaScript code executed in nodejs. This feature is only available "
149- " for x32, x86 and x64 architectures." )
149+ " for x32, x86, and x64 architectures." )
150150
151151
152152parser.add_option(" --link-module" ,
@@ -877,7 +877,7 @@ def configure_node(o):
877877 o[' variables' ][' node_enable_v8_vtunejit' ] = b(options.enable_vtune_profiling)
878878 elif options.enable_vtune_profiling:
879879 raise Exception(
880- ' The VTune profiler for JavaScript is only supported on x32, x86 and x64 '
880+ ' The VTune profiler for JavaScript is only supported on x32, x86, and x64 '
881881 ' architectures.' )
882882 else:
883883 o[' variables' ][' node_enable_v8_vtunejit' ] = ' false'
You can’t perform that action at this time.
0 commit comments