Bumping version to 0.0.7, exposing loggers, minor bug fixes, cluster connection (wip)
This commit is contained in:
@ -6,7 +6,7 @@ function FileLogger(filePath, append) {
|
||||
this._filePath = filePath;
|
||||
if (!append) {
|
||||
try {
|
||||
fs.unlink(filePath);
|
||||
fs.unlinkSync(filePath);
|
||||
} catch(e) {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user