mirror of
https://github.com/vale981/doccam-pi
synced 2025-03-04 17:01:40 -05:00
logging
This commit is contained in:
parent
917c9a0bde
commit
8ef3a21e72
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -147,7 +147,7 @@ function imDead(why, e = '') {
|
|||
restart = false;
|
||||
}
|
||||
if (!mustBe) {
|
||||
logger.log(importance[2], 'Crash! ' + why + ' ' + e);
|
||||
logger.log(importance[2], 'Crash! ' + e);
|
||||
setTimeout(function() {
|
||||
spawn();
|
||||
}, 1000);
|
||||
|
|
Loading…
Add table
Reference in a new issue