Better logging
This commit is contained in:
parent
216daf1e38
commit
973816757e
@ -22,8 +22,8 @@ const functions = {
|
|||||||
if (process.env.DEBUG == "true") console.log('Auger turned on.');
|
if (process.env.DEBUG == "true") console.log('Auger turned on.');
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('Auger turned on.');
|
console.log('NOPI Auger turned on.');
|
||||||
resolve('Auger turned on.');
|
resolve('NOPI Auger turned on.');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -37,8 +37,8 @@ const functions = {
|
|||||||
if (process.env.DEBUG == "true") console.log('Auger turned off.');
|
if (process.env.DEBUG == "true") console.log('Auger turned off.');
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('Auger turned off.');
|
console.log('NOPI Auger turned off.');
|
||||||
resolve('Auger turned off.');
|
resolve('NOPI Auger turned off.');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user