Merge pull request #1815 from sdetweil/newservermode

fix regression and add support for commented lines in config.js
This commit is contained in:
Michael Teeuw
2019-12-29 00:01:23 +01:00
committed by GitHub

View File

@@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Updated
- fix handling of config.js for serverOnly mode commented out
- only check for xwindows running if not on macOS
### Added
- move node_helper module to dedicated github repo, to prevent being erased accidentally