node-dos2unix icon indicating copy to clipboard operation
node-dos2unix copied to clipboard

Callback was already called

Open coderhsw opened this issue 2 years ago • 0 comments

node_modules@dpwolfe\dos2unix\node_modules\async\lib\async.js:43

if (fn === null) throw new Error("Callback was already called.");

Error: Callback was already called.

The node program can convert line breaks normally, but it will output an error. I hope to fix it

coderhsw avatar Jul 12 '23 03:07 coderhsw