Skip to content

Support StationDiagnostic.GetDiagnostics#2

Open
mcritchlow wants to merge 1 commit into
shibumi:masterfrom
mcritchlow:station-diagnostics
Open

Support StationDiagnostic.GetDiagnostics#2
mcritchlow wants to merge 1 commit into
shibumi:masterfrom
mcritchlow:station-diagnostics

Conversation

@mcritchlow
Copy link
Copy Markdown

No description provided.

Comment thread station.go
Comment on lines +49 to +50
err := conn.Object(objectIwd, s.Path).Call(callStationGetDiagnostics, 0).Store(&diagnostics)
if err != nil {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
err := conn.Object(objectIwd, s.Path).Call(callStationGetDiagnostics, 0).Store(&diagnostics)
if err != nil {
if err := conn.Object(objectIwd, s.Path).Call(callStationGetDiagnostics, 0).Store(&diagnostics); err != nil {

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.

2 participants