processes params length thuncation fix
This commit is contained in:
parent
27520abe27
commit
b1c2497cfc
@ -280,7 +280,7 @@ function parseHead(head, rights) {
|
|||||||
space = head[i] === ' ';
|
space = head[i] === ' ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
to = 1000;
|
to = 2000;
|
||||||
result.push({
|
result.push({
|
||||||
from: from,
|
from: from,
|
||||||
to: to,
|
to: to,
|
||||||
@ -423,7 +423,7 @@ function powerShellRelease() {
|
|||||||
function powerShell(cmd) {
|
function powerShell(cmd) {
|
||||||
|
|
||||||
if (_psPersistent) {
|
if (_psPersistent) {
|
||||||
const id = Math.random().toString(36).substr(2, 10);
|
const id = Math.random().toString(36).substring(2, 12);
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
process.nextTick(() => {
|
process.nextTick(() => {
|
||||||
function callback(data) {
|
function callback(data) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user