stderr) {
if (err) {
// should have err.code here?
}
console.log(stdout);
});
dir.on('exit', function (code) {
// exit code is code
});
чет не понял что есть exec и что тут происходит? :)
Обсуждают сегодня