microbingbing
Results
2
issues of
microbingbing
add `message` func, can set message when call `stash_save_ext`
S-waiting-on-author
for example ` var a = {b:1, c:2} $dusl(a, 'b') $dusl(a, 'c') $dugr(a, 'c') console.log(a.c) //output 1, and it should be 2 `