Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Bugfix/script #27

Merged
merged 2 commits into from
Jan 19, 2017
Merged

Bugfix/script #27

merged 2 commits into from
Jan 19, 2017

Conversation

melnikk
Copy link
Contributor

@melnikk melnikk commented Jan 18, 2017

Fixed bug with hanging notifications with script sender.

@melnikk melnikk self-assigned this Jan 18, 2017
@AlexAkulov AlexAkulov merged commit 3f0ad1c into master Jan 19, 2017
@AlexAkulov AlexAkulov deleted the bugfix/script branch January 19, 2017 09:16
stdin.Close()
scriptOutput, err := c.CombinedOutput()
var scriptOutput bytes.Buffer
c.Stdin = strings.NewReader(string(scriptJSON))
Copy link
Member

Choose a reason for hiding this comment

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

А чего bytes.NewReader(scriptJSON) не написали? :)

Copy link
Member

@beevee beevee left a comment

Choose a reason for hiding this comment

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

А чего bytes.NewReader(scriptJSON) не написали? :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants