Skip to content

Commit 87f2c9b

Browse files
authored
Merge 7bf39f6 into a960b92
2 parents a960b92 + 7bf39f6 commit 87f2c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/flow/createFlowConfigs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function writeConfig(
108108

109109
const config = configTemplate
110110
.replace(
111-
'%CI_MAX_WORKERS%\n',
111+
/%CI_MAX_WORKERS%\r?\n/,
112112
// On CI, we seem to need to limit workers.
113113
process.env.CI ? 'server.max_workers=4\n' : '',
114114
)

0 commit comments

Comments
 (0)