decoda
Results
3
comments of
decoda
fixed #107: 无法动态attach到debug #109
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) { ... ```