Dariusz Dziara

Results 3 comments of Dariusz Dziara

Hi, this is code from the constructor of SQLDataLoader. Method "extend" checks if given property exists and throws Error if it does. Couldn't you just do the same but skip...

I have very similar issue: const form = new FormData(); form.append( 'my_file', fs.createReadStream('notes.txt'), 'notes.txt' ); //