This commit is contained in:
Andris Reinman 2018-12-27 17:38:57 +02:00
parent c7647a7893
commit 6170544751

View file

@ -140,7 +140,7 @@ function runClientMockup(options, callback) {
console.log('C: ' + command);
}
}
}, 10);
}, 100);
};
processCommand();
}