yyx990803/shell-task

If this can receive msg after shell runed?

Opened this issue · 0 comments

example:
new Task('git status')
.then((res, next) => {
console.log(res) // modified: test.js
})