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 b761b8a commit a3b9520Copy full SHA for a3b9520
documentation/abnormal_termination/step1/using_exit_stack_traces.md
@@ -36,8 +36,10 @@ the invocation to understand the reasons and prevent it from abnormal exits.
36
37
If the process doesn't output a stack trace on exit, we can come to a
38
conclusion that the process exited for other reasons, and we
39
-have to deploy following steps of the Abnormal Termination guides.
+can deploy strategy according to the [abnormal termination guides on common symptoms].
40
41
## Useful Links
42
43
- https://nodejs.org/docs/latest/api/cli.html#cli_trace_exit
44
+
45
+[abnormal termination guides on common symptoms]: ../README.md#Common_Symptoms
0 commit comments