Fix for trailing new line in flags

This commit is contained in:
Michaël Lemaire 2021-09-06 00:18:46 +02:00
parent 08995dda60
commit b38573d488

View file

@ -174,6 +174,7 @@ export class ProjectNormalizer {
"--inspect",
].concat(
(await this.readContent("config/run.flags"))
.trim()
.split(" ")
.filter((part) => !!part),
),