nodejs-plotter icon indicating copy to clipboard operation
nodejs-plotter copied to clipboard

Unwanted "stdout: stderr:" output

Open hugoaboud opened this issue 5 years ago • 1 comments

Whenever I use the plot method it outputs to the console:

stdout: stderr:

How can I remove that?

hugoaboud avatar Aug 31 '18 22:08 hugoaboud

Just found about finish on the documentation. Setting it to an empty callback does it.

plot({ data: plot_data, filename: this.config.name, finish: (error, stdout, stderr) => {} });

hugoaboud avatar Sep 01 '18 17:09 hugoaboud