repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1086026
)
docs: fix code example
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 4 Apr 2023 21:57:55 +0000
(23:57 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 4 Apr 2023 21:57:55 +0000
(23:57 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
examples/multiFunctionExample.js
patch
|
blob
|
blame
|
history
diff --git
a/examples/multiFunctionExample.js
b/examples/multiFunctionExample.js
index 6edc2bb7aaaa80b2d7ade610a09860785919d62d..31fd8809613f7e2b86783a53bb16e9972128743c 100644
(file)
--- a/
examples/multiFunctionExample.js
+++ b/
examples/multiFunctionExample.js
@@
-13,4
+13,4
@@
pool
.then(res => console.log(res))
.catch(err => console.error(err))
-setTimeout(pool.destroy(
pool
), 3000)
+setTimeout(pool.destroy(), 3000)