Skip to content

Commit a3b9520

Browse files
committed
fixup! doc: add abnormal termination step 1
1 parent b761b8a commit a3b9520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/abnormal_termination/step1/using_exit_stack_traces.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ the invocation to understand the reasons and prevent it from abnormal exits.
3636

3737
If the process doesn't output a stack trace on exit, we can come to a
3838
conclusion that the process exited for other reasons, and we
39-
have to deploy following steps of the Abnormal Termination guides.
39+
can deploy strategy according to the [abnormal termination guides on common symptoms].
4040

4141
## Useful Links
4242

4343
- 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

Comments
 (0)