Minified the core.

This commit is contained in:
Ylian Saint-Hilaire 2019-07-19 12:23:55 -07:00
parent 912cd74fd6
commit 3cf62a8a59
2 changed files with 1 additions and 2 deletions

View File

@ -995,7 +995,6 @@ function createMeshCore(agent)
this.httprequest.process.stdout.pipe(this, { dataTypeSkip: 1 }); // 0 = Binary, 1 = Text.
this.pipe(this.httprequest.process.stdin, { dataTypeSkip: 1, end: false }); // 0 = Binary, 1 = Text.
this.prependListener('end', function () { this.httprequest.process.kill(); });
this.httprequest.process.stdin.write("stty erase ^H\nalias ls='ls --color=auto'\nclear\n");
}
// Perform notification if needed. Toast messages may not be supported on all platforms.

File diff suppressed because one or more lines are too long