Skip to content

Commit d2c93a2

Browse files
committed
[Concurrency] reformat help message for SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE
1 parent 47b8b3f commit d2c93a2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

stdlib/public/runtime/EnvironmentVariables.def

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ VARIABLE(SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE, string, "",
126126
"implemented SerialExecutor.checkIsolation which should crash if the "
127127
"isolation is not the expected one. Some old code may rely on the "
128128
"non-crashing behavior. This flag enables temporarily restoring the "
129-
"legacy 'nocrash' behavior until adopting code has been adjusted.\n"
130-
"\n"
131-
"Legal values are: \n"
132-
" - nocrash (Legacy behavior)\n"
133-
" - crash (Swift 6.0+ behavior)")
129+
"legacy 'nocrash' behavior until adopting code has been adjusted. "
130+
"Legal values are: "
131+
" 'nocrash' (Legacy behavior), "
132+
" 'crash' (Swift 6.0+ behavior)")
134133

135134
#undef VARIABLE

0 commit comments

Comments
 (0)