Skip to content

Commit 2726552

Browse files
log error as string
1 parent 08b04c3 commit 2726552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Executor {
5555
return true
5656
}
5757

58-
this.logger.error(message)
58+
this.logger.error(message, '| Error toString:', message.toString())
5959
return false
6060
}
6161

0 commit comments

Comments
 (0)