This commit is contained in:
2025-12-31 16:02:20 -05:00
parent 5dd07edf1a
commit 1bafc99da9
4 changed files with 29 additions and 41 deletions
+2
View File
@@ -38,6 +38,7 @@ function ModelPs(model){
publish(propKey, res, ...args);
}).catch(function(error){
// console.error("Error PS", model.name, propKey, error)
console.log('toDo, publish errors...');
});
}else{
@@ -45,6 +46,7 @@ function ModelPs(model){
}
return res;
}catch(error){
// console.error("Error PS", model.name, propKey, error)
console.log("toDo, publish errors...");
}
}