Update std.js

This commit is contained in:
Namhyeon Go 2022-05-09 17:56:21 +09:00 committed by GitHub
parent 1ef71e54bf
commit 336c0b7be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,7 +342,7 @@ function AsyncFunction(f) {
this.f = f; this.f = f;
this.run = function() { this.run = function() {
AsyncFunction.counter++; // increase number of async functions AsyncFunction.counter++; // increase number of async functions
var _this = this; var _this = this;
var f = function() { var f = function() {