Skip to content

[BUG] dotnet run invoked incorrectely when --watch=false #223

@pemsbr

Description

@pemsbr

Describe the bug
Extra space when watch is set to false

let cmd = watch
? `watch --project ${project} run`
: `run -- project ${project}`;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions