mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 12:52:50 +03:00
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
57bc21a1d1
@ -1364,6 +1364,7 @@ function handleServerCommand(data) {
|
||||
var domain = require('user-sessions').getDomain(uid);
|
||||
user = (domain + '\\' + user);
|
||||
|
||||
if (this._dispatcher) { this._dispatcher.close(); }
|
||||
this._dispatcher = require('win-dispatcher').dispatch({ user: user, modules: [{ name: 'clip-dispatch', script: "module.exports = { dispatch: function dispatch(val) { require('clipboard')(val); process.exit(); } };" }], launch: { module: 'clip-dispatch', method: 'dispatch', args: [clipargs] } });
|
||||
this._dispatcher.parent = this;
|
||||
//require('events').setFinalizerMetadata.call(this._dispatcher, 'clip-dispatch');
|
||||
@ -4340,6 +4341,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
|
||||
var domain = require('user-sessions').getDomain(uid);
|
||||
user = (domain + '\\' + user);
|
||||
|
||||
if (this._dispatcher) { this._dispatcher.close(); }
|
||||
this._dispatcher = require('win-dispatcher').dispatch({ user: user, modules: [{ name: 'clip-dispatch', script: "module.exports = { dispatch: function dispatch(val) { require('clipboard')(val); process.exit(); } };" }], launch: { module: 'clip-dispatch', method: 'dispatch', args: [clipargs] } });
|
||||
this._dispatcher.parent = this;
|
||||
//require('events').setFinalizerMetadata.call(this._dispatcher, 'clip-dispatch');
|
||||
|
Loading…
Reference in New Issue
Block a user