pull/94/head
Hunter Long 2018-11-07 01:04:20 -08:00
parent e111e91181
commit 8c0c4f4e5c
2 changed files with 1 additions and 6 deletions

View File

@ -16,7 +16,6 @@
package notifiers
import (
"errors"
"github.com/hunterlong/statup/core/notifier"
"github.com/hunterlong/statup/types"
"github.com/hunterlong/statup/utils"
@ -90,10 +89,6 @@ func runCommand(app, cmd string) (string, string, error) {
return "", "", err
}
if errStdout != nil || errStderr != nil {
return "", "", errors.New("failed to capture stdout or stderr")
}
outStr, errStr := string(stdout), string(stderr)
return outStr, errStr, err
}

View File

@ -468,4 +468,4 @@ HTML,BODY {
cursor: pointer;
}
@import './mobile';
@import 'mobile';