Change the way unregistered channels work
This commit is contained in:
parent
b214c07fe0
commit
1864cc0b35
6 changed files with 64 additions and 36 deletions
|
|
@ -264,7 +264,6 @@ module.exports = {
|
|||
err = e4;
|
||||
}
|
||||
|
||||
console.log(path.join(__dirname, "..", "..", "chandump", name));
|
||||
fs.unlink(path.join(__dirname, "..", "..", "chandump", name),
|
||||
function (err) {
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue