You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First row logged successfuly.
But before start reading next row i have error:
internal/validators.js:113
throw err;
^
TypeError [ERR_INVALID_ARG_TYPE]: The "fd" argument must be of type number. Received type object
at Object.read (fs.js:456:3)
at readNextRecord (\node_modules\node_adt\node_adt.js:150:10)
at \node_modules\node_adt\node_adt.js:177:11
at FSReqCallback.wrapper [as oncomplete] (fs.js:481:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @0.1.0 adt: `node dev-scripts/adtImport/index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered:
I try to make eachRecord
First row logged successfuly.
But before start reading next row i have error:
The text was updated successfully, but these errors were encountered: