Skip to content

Commit

Permalink
wip: what the heck is the error type from actions...
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Dec 4, 2024
1 parent d697cda commit 22c858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestGlowSources(t *testing.T) {
t.Logf("Error during execution (args: %s):\n%v", v, err)
t.Skip("Test uses network. Are you connected to the Internet?")
} else {
t.Errorf("Error during execution (args: %s): %v", v, err)
t.Errorf("Error during execution (args: %s): %T %v", v, err, err)
}

if buf.Len() == 0 {
Expand Down

0 comments on commit 22c858c

Please sign in to comment.