X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2FmultiFunctionExample.js;h=31fd8809613f7e2b86783a53bb16e9972128743c;hb=9cd39dd47830f0923cd3ebf53b709bf7fb07e788;hp=6edc2bb7aaaa80b2d7ade610a09860785919d62d;hpb=1086026a2542abdcd0c5569d9afbfb8c2e628276;p=poolifier.git diff --git a/examples/multiFunctionExample.js b/examples/multiFunctionExample.js index 6edc2bb7..31fd8809 100644 --- 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)