mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 22:55:52 -05:00
Minified the core.
This commit is contained in:
parent
cf7c63efe5
commit
77bec3a36d
1
agents/meshcore.min.js
vendored
1
agents/meshcore.min.js
vendored
@ -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
Block a user