Kerminate

Results 2 issues of Kerminate

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

![image](https://user-images.githubusercontent.com/26789139/46386602-0223fc00-c6f5-11e8-9324-aa04eef565e1.png) 我的修改如下 ``` function curry(fn, args = []) { const length = fn.length return function() { const _args = args.slice(0) Array.prototype.push.apply(_args, Array.prototype.slice.call(arguments)) if (_args.length === length) { return fn.apply(this, _args)...

勘误