Add todo
This commit is contained in:
parent
49e82d0a13
commit
9a5abfce03
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export async function loadFromBinding(
|
|||
|
||||
// If this is extending another binding, load that first
|
||||
if (binding.extends) {
|
||||
console.log(binding);
|
||||
// TODO: Allow extending built playbills in addition to bindings
|
||||
const extendBindingPath = path.resolve(bindingFileDirname, binding.extends);
|
||||
basePlaybill = (await loadFromBinding(extendBindingPath)).playbill;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue