소스 검색

Update docs/modules/node.md

Co-authored-by: Gregor Hartmann <HHHartmann@users.noreply.github.com>
Marcel Stör 3 년 전
부모
커밋
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