mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
中文括号改为英文括号
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ function* gen(x){
|
||||
|
||||
var g = gen(1);
|
||||
g.next();
|
||||
g.throw('出错了');
|
||||
g.throw('出错了');
|
||||
// 出错了
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user