| 11 | const LiveReloadServer = require('./livereload-server'); |
| 12 | |
| 13 | class ExpressServerTask extends Task { |
| 14 | constructor(options) { |
| 15 | super(options); |
| 16 | this.emitter = new EventEmitter(); |
nothing calls this directly
no outgoing calls
no test coverage detected