Quellcode durchsuchen

Update docs/modules/node.md

Co-authored-by: Gregor Hartmann <HHHartmann@users.noreply.github.com>
Marcel Stör vor 3 Jahren
Ursprung
Commit
36894fcc54
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/modules/node.md

+ 1 - 1
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