Skip to content

Commit cd3d0eb

Browse files
committed
1 parent 590d558 commit cd3d0eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/core/Converter.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ var CSVError = require("./CSVError");
1313
var workerMgr = require("./workerMgr");
1414
function Converter(params, options) {
1515
Transform.call(this, options);
16-
_param = defParam(params);
1716
this._options = options || {};
18-
this.param = _param;
17+
this.param = defParam(params);
1918
this.param._options = this._options;
2019
// this.resultObject = new Result(this);
2120
// this.pipe(this.resultObject); // it is important to have downstream for a transform otherwise it will stuck

0 commit comments

Comments
 (0)