mol_time_all 1.1.1502 → 1.1.1504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +3 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -1981,12 +1981,10 @@ var $;
|
|
|
1981
1981
|
[$mol_wire_cursor.final]: '🔵',
|
|
1982
1982
|
}[this.cursor] ?? this.cursor.toString();
|
|
1983
1983
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
1984
|
-
? $
|
|
1985
|
-
|
|
1986
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
1987
|
-
})
|
|
1988
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
1984
|
+
? $mol_dev_format_shade(cursor)
|
|
1985
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
|
1989
1986
|
}
|
|
1987
|
+
[$mol_dev_format_body]() { return null; }
|
|
1990
1988
|
get $() {
|
|
1991
1989
|
return (this.host ?? this.task)['$'];
|
|
1992
1990
|
}
|