Fix semicolons, remove old note in 1.11.8
This commit is contained in:
parent
9a6a9fb584
commit
37c6a31de5
3 changed files with 4 additions and 4 deletions
|
@ -156,7 +156,7 @@ class Thenable {
|
|||
// resolve with this.num*2 after 1000ms
|
||||
setTimeout(() => resolve(this.num * 2), 1000); // (*)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
async function f() {
|
||||
// waits for 1 second, then result becomes 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue