we need more colors!
This commit is contained in:
parent
be3025b40f
commit
eb5b350ec9
1 changed files with 2 additions and 2 deletions
|
@ -229,9 +229,9 @@ var proptrace = func(root = "/", frames = 1) {
|
|||
var trace = setlistener(propify(root), func(this, base, type) {
|
||||
events += 1;
|
||||
if (type > 0)
|
||||
print("ADD ", this.getPath());
|
||||
print(_nil("ADD "), this.getPath());
|
||||
elsif (type < 0)
|
||||
print("DEL ", this.getPath());
|
||||
print(_num("DEL "), this.getPath());
|
||||
else
|
||||
print("SET ", this.getPath(), " = ", string(this.getValue()), " ", _attrib(this));
|
||||
}, 0, 2);
|
||||
|
|
Loading…
Add table
Reference in a new issue