Просмотр исходного кода

Update docs/modules/node.md

Co-authored-by: Gregor Hartmann <HHHartmann@users.noreply.github.com>
Marcel Stör 3 лет назад
Родитель
Сommit
36894fcc54
1 измененных файлов с 1 добавлено и 1 удалено
  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