chore: noise

This commit is contained in:
cha0s 2022-04-04 03:08:29 -05:00
parent eb383034dc
commit d2e1a6f140

View File

@ -208,7 +208,7 @@ export default function Propertea(name, options = {}) {
// eslint-disable-next-line no-new-func
const makeSetter = new Function('$$old, $$set, $$track', code);
set = makeSetter(track.old, set, track);
debugSilly('gen: %s', set.toString());
debugSilly('optimized');
}
return (Superclass) => {
let Target;