dont write server_info.json either - second half of #318

This commit is contained in:
Rich Harris
2018-08-02 10:59:23 -04:00
parent 31327b3780
commit 13afbc84d7

View File

@@ -168,8 +168,6 @@ class Watcher extends EventEmitter {
},
result: info => {
fs.writeFileSync(path.join(dest, 'server_info.json'), JSON.stringify(info, null, ' '));
this.deferreds.client.promise.then(() => {
const restart = () => {
log = '';