commit e0e8acd8103f4b1981897374290c194a127db6cd
parent 8d109ba6d057e475ae22f6abe91e61b7738b9830
Author: Luxferre <lux@ferre>
Date: Tue, 5 Sep 2023 12:10:02 +0300
updated Matrix contact
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/rcvd.js b/rcvd.js
@@ -99,8 +99,7 @@ RCVD = (function(nav) {
var p = plist.shift()
if(p) //we still have properties
execReadCmd.apply(null, p)
- //.then(execWriteCmd)
- .then(x => {console.log('read-write:', p, x);return execWriteCmd(x)})
+ .then(execWriteCmd)
.then(cycle).catch(rej)
else //properties over
res()