Comparing version 4.4.1 to 4.4.2
{ | ||
"name": "horpyna", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "utility to manage async processes", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -65,7 +65,7 @@ # HORPYNA | ||
}); | ||
execute(10) | ||
mainBranch.execute(10) | ||
.then(console.log)//null | ||
execute(11) | ||
mainBranch.execute(11) | ||
.then(console.log)//12 | ||
execute(15) | ||
mainBranch.execute(15) | ||
.then(console.log)//15 | ||
@@ -72,0 +72,0 @@ ``` |
Sorry, the diff of this file is not supported yet
95246