decoda

Results 3 comments of decoda

Yes, the clean command with option `-a` or `--apps`, it's shell hooks on apps are not working correctly. it seems to be an issue.

88行 ```JS if (typeod Promise.prototype.done !== 'function') { Promise.prototype.finally = function(onFinally) { ... ``` 应该是 ```JS if (typeod Promise.prototype.finally !== 'function') { Promise.prototype.finally = function(onFinally) { ... ```