diff --git a/index.html b/index.html index ff81c2b..a581aa2 100644 --- a/index.html +++ b/index.html @@ -262,7 +262,7 @@

succeed_with 42; // Or you might: - throw new Error('Вы облажался'); + throw new Error('Ты облажался'); } catch_finally_async(err, result) { // We get here when all async stuff @@ -281,7 +281,7 @@

callback(null, 42); // Or you might: - throw new Error('Вы облажался'); + throw new Error('Ты облажался'); }).setCallback(function(err, result) { // We get here when all async stuff