Skip to content

Commit eeec01a

Browse files
committed
hotfix issue 21
#21
1 parent 06f3991 commit eeec01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let rowCount = 0;
1717
exports.init = function init(cfg) {
1818
return co(function* gen() {
1919

20-
const delimiter = cfg.writer.delimiter || ',';
20+
const delimiter = cfg.writer.separator || ',';
2121
console.log('Using delimiter: \'%s\'', delimiter);
2222
const options = {
2323
header: true,

0 commit comments

Comments
 (0)