Fix for trailing new line in flags
This commit is contained in:
parent
08995dda60
commit
b38573d488
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ export class ProjectNormalizer {
|
|||
"--inspect",
|
||||
].concat(
|
||||
(await this.readContent("config/run.flags"))
|
||||
.trim()
|
||||
.split(" ")
|
||||
.filter((part) => !!part),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue