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
commit a4db0e40e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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 ### Added
- move node_helper module to dedicated github repo, to prevent being erased accidentally - move node_helper module to dedicated github repo, to prevent being erased accidentally