fix: name
This commit is contained in:
parent
eae441960b
commit
d34a5007ac
|
@ -25,10 +25,10 @@ import {
|
|||
import generate from './generate';
|
||||
import parse from './parse';
|
||||
|
||||
const debug = D('@flecks/code:function');
|
||||
const debug = D('@avocado/code:function');
|
||||
const debugSilly = debug.extend('silly');
|
||||
|
||||
const Initializers = Symbol.for('@flecks/code.Initializers');
|
||||
const Initializers = Symbol.for('@avocado/code.Initializers');
|
||||
|
||||
export default function Propertea(name, options = {}) {
|
||||
debugSilly("Propertea('%s', %O)", name, options);
|
||||
|
|
Loading…
Reference in New Issue
Block a user