Update split sample
This commit is contained in:
parent
63c3681211
commit
48d261d387
@ -1,6 +1,6 @@
|
|||||||
const mhysa = require("mhysa");
|
const Mhysa = require("mhysa");
|
||||||
let stream = mhysa.split(",");
|
|
||||||
|
|
||||||
|
const stream = Mhysa.split(",");
|
||||||
const buf = Buffer.from("a,b,c");
|
const buf = Buffer.from("a,b,c");
|
||||||
stream.on("data", function(data) {
|
stream.on("data", function(data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user