Gracefully shutdown node_helpers (Fixes #1056)

Updated documentation


Corrected Typo in Documentation


Style correction
This commit is contained in:
shbatm
2017-10-13 16:43:11 -05:00
parent 95f265ebbf
commit f646360af6
4 changed files with 53 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add option to use [Nunjucks](https://mozilla.github.io/nunjucks/) templates in modules. (See `helloworld` module as an example.)
- Add Bulgarian translations for MagicMirror² and Alert module
- Add graceful shutdown of modules by calling `stop` function of each `node_helper` on SIGINT before exiting.
### Updated