From c8e2e18e4f80e284d3d70d2888e4facb33b2e289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 16 Feb 2021 20:28:43 +0100 Subject: [PATCH] Update docs/modules/node.md Co-authored-by: Gregor Hartmann --- docs/modules/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/node.md b/docs/modules/node.md index f1911fbb..c5c55db0 100644 --- a/docs/modules/node.md +++ b/docs/modules/node.md @@ -482,7 +482,7 @@ node.setcpufreq(node.CPU80MHZ) ## node.setonerror() -Use this to override the default "always restart" action if wanted; for example to write an error to a logfile or to a network syslog before restarting. +Overrides the default crash handling which always restarts the system. It can be used to e.g. write an error to a logfile or to secure connected hardware before restarting. !!! attention