We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1fc80 commit c08602fCopy full SHA for c08602f
cmd/rootCmd.go
@@ -6,7 +6,6 @@ import (
6
"os"
7
8
"github.com/spf13/cobra"
9
- // "github.com/github-technology-partners/gh-debug-cli/cmd/stream"
10
)
11
12
var rootCmd = &cobra.Command{
pkg/stream/parse.go
@@ -45,7 +45,6 @@ func ParseFile(filename string) error {
45
err := json.Unmarshal([]byte(line), &data)
46
if err != nil {
47
// Skip this line if JSON is incomplete or malformed
48
- // fmt.Fprintf(os.Stderr, "Warning: could not parse JSON: %v\n", err)
49
continue
50
}
51
0 commit comments