Minified the core.
This commit is contained in:
parent
912cd74fd6
commit
3cf62a8a59
|
@ -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
Loading…
Reference in New Issue