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 3890616 commit 431dfd5Copy full SHA for 431dfd5
packages/hadron-build/signtool/signtool.go
@@ -59,10 +59,8 @@ func main() {
59
cmd := exec.Command("node", "-e", script)
60
fmt.Println("Running command:", cmd.String())
61
62
- // cmd.Stdout = os.Stdout
63
- // cmd.Stderr = os.Stderr
64
-
65
stdoutStderr, err := cmd.CombinedOutput()
+
66
if err != nil {
67
fmt.Println("Error signing the file")
68
fmt.Printf("%s\n", stdoutStderr)
0 commit comments