Skip to content

Hook output says [object Object] #130

@justinmchase

Description

@justinmchase

I ran the hook and it showed me this output:

Invoking post_version hook...
patching [object Object] in ./src/ubiquitous/Ubiquitous.csproj
1.3.3-pre.70+18193237869.5

The [object Object] appears to be console logging a SemVer object that was expected to be a version string. Or maybe its a regex match object, either way it should be formatted as a string properly.

Expected:

patching [1.3.3] in ./src/ubiquitous/Ubiquitous.csproj

Actual

patching [object Object] in ./src/ubiquitous/Ubiquitous.csproj

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions