X Tutup
Skip to content

fix(honit): remove spawn-cmd#230

Merged
azu merged 4 commits intomasterfrom
feature/186
Oct 7, 2021
Merged

fix(honit): remove spawn-cmd#230
azu merged 4 commits intomasterfrom
feature/186

Conversation

@azu
Copy link
Member

@azu azu commented Oct 7, 2021

We can remove spawn-cmd because it is not used.

fix #186

}

err.message = stdout.toString("utf8") + stderr.toString("utf8");
err.message = stdout.toString() + stderr.toString();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

toString does not require argument

@azu azu merged commit 9640e65 into master Oct 7, 2021
@azu azu deleted the feature/186 branch October 7, 2021 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove spawn-cmd

1 participant

X Tutup