Commit b10ef4ca authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

log bssopen

parent aae468de
...@@ -64,6 +64,7 @@ BSSEngine.prototype.open = function(cb) ...@@ -64,6 +64,7 @@ BSSEngine.prototype.open = function(cb)
} }
function open(){ function open(){
console.log("Open >> " + self.filepath())
BinStream.open(self.filepath(),function(err,bss){ BinStream.open(self.filepath(),function(err,bss){
if(!err){ if(!err){
self.bss = bss; self.bss = bss;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment