I have the following issue:
I have watchify watching a .pdf file that I generate in a REST call, but as soon as I call the function multiple times, I get multiple events. So like, when I want to generate 4 .pdf's I get one event at the first, two events at the second call, three events at the third call, ...
Hello,
I have the following issue: I have watchify watching a .pdf file that I generate in a REST call, but as soon as I call the function multiple times, I get multiple events. So like, when I want to generate 4 .pdf's I get one event at the first, two events at the second call, three events at the third call, ...
This happens to me every time.
Has somebody maybe faced a similar problem?