mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Output to stdout, not stderr
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/github/codeql-go/extractor/configurebaseline"
|
||||
)
|
||||
|
||||
@@ -9,6 +11,6 @@ func main() {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
} else {
|
||||
println(string(jsonResult))
|
||||
fmt.Println(string(jsonResult))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user