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 110bedc commit 7f54ff8Copy full SHA for 7f54ff8
.changeset/forty-rockets-beg.md
@@ -0,0 +1,9 @@
1
+---
2
+'nest-commander': minor
3
4
+
5
+Add serviceErrorHandler option
6
7
+This option allows for catching and handling errors at the Nest service execution level so that
8
+lifecycle hooks still properly work. By default it is set to
9
+`(err: Error) => process.stderr.write(err.toString())`.
0 commit comments