Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa107dd

Browse filesBrowse files
Trottgibfahn
authored andcommitted
build: add serial commas to messages in configure script
PR-URL: #17464 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent ecbe2eb commit fa107dd
Copy full SHA for fa107dd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎configure‎

Copy file name to clipboardExpand all lines: configure
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

152152
parser.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'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.