Skip to content

Commit 3ed8b04

Browse files
committed
also print the error
1 parent 208ca42 commit 3ed8b04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
512 Bytes
Binary file not shown.

packages/hadron-build/signtool/signtool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func main() {
6464

6565
err := cmd.Run()
6666
if err != nil {
67-
log.Fatal("Error signing the file")
67+
log.Fatal("Error signing the file", err)
6868
}
6969

7070
fmt.Println("File signed successfully.")

0 commit comments

Comments
 (0)