mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
14b4bd8ac6
commit
5a355284f3
5 changed files with 5 additions and 5 deletions
|
@ -139,7 +139,7 @@
|
|||
promise.then(function(){
|
||||
logging.verbose("New value stored for %s:", name, newValue);
|
||||
}, function(err){
|
||||
logging.warning("Unable to store new value for %s:", name, newValue, err);
|
||||
logging.error("Unable to store new value for %s:", name, newValue, err);
|
||||
});
|
||||
return promise;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue