updated Matrix contact

This commit is contained in:
Luxferre
2023-09-05 12:10:02 +03:00
parent 8d109ba6d0
commit e0e8acd810
+1 -2
View File
@@ -99,8 +99,7 @@ RCVD = (function(nav) {
var p = plist.shift() var p = plist.shift()
if(p) //we still have properties if(p) //we still have properties
execReadCmd.apply(null, p) execReadCmd.apply(null, p)
//.then(execWriteCmd) .then(execWriteCmd)
.then(x => {console.log('read-write:', p, x);return execWriteCmd(x)})
.then(cycle).catch(rej) .then(cycle).catch(rej)
else //properties over else //properties over
res() res()