We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590d558 commit cd3d0ebCopy full SHA for cd3d0eb
1 file changed
libs/core/Converter.js
@@ -13,9 +13,8 @@ var CSVError = require("./CSVError");
13
var workerMgr = require("./workerMgr");
14
function Converter(params, options) {
15
Transform.call(this, options);
16
- _param = defParam(params);
17
this._options = options || {};
18
- this.param = _param;
+ this.param = defParam(params);
19
this.param._options = this._options;
20
// this.resultObject = new Result(this);
21
// this.pipe(this.resultObject); // it is important to have downstream for a transform otherwise it will stuck
0 commit comments