Merge branch 'pr_3026' into dev

This commit is contained in:
Nick O'Leary
2021-07-02 09:22:35 +01:00
5 changed files with 19 additions and 3 deletions

View File

@@ -44,6 +44,8 @@ describe('exec node', function() {
n1.should.have.property("addpay","payload");
n1.should.have.property("timer",0);
n1.should.have.property("oldrc","false");
n1.should.have.property("execOpt", {encoding:'binary', maxBuffer:10000000, windowsHide: false});
n1.should.have.property("spawnOpt", {windowsHide:false});
done();
});
});