10 years later #1
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ function json() {
|
|||
return src(input.data)
|
||||
.pipe(plumber())
|
||||
.pipe(jsonConcat(hippie.jsonFile +'.json', function(data) {
|
||||
return new Buffer(JSON.stringify(data));
|
||||
return new Buffer.from(JSON.stringify(data));
|
||||
}))
|
||||
.pipe(dest(output.data));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue