refactor to avoid node v6 issue where the process ends before process.stdout is flushed

This commit is contained in:
Lloyd Brookes
2016-05-04 12:17:44 +01:00
parent 30885115b0
commit 4af6fa7901
3 changed files with 72 additions and 58 deletions

View File

@ -84,7 +84,7 @@ For the examples below, we assume we're in a project directory looking like this
└── package.json
```
All paths/routes are specified using [express syntax](http://expressjs.com/guide/routing.html#route-paths). To run the example projects linked below, clone the project, move into the example directory specified, run `ws`.
**All paths/routes are specified using [express syntax](http://expressjs.com/guide/routing.html#route-paths)**. To run the example projects linked below, clone the project, move into the example directory specified, run `ws`.
### Static site