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 this is extending another binding, load that first
|
||||||
if (binding.extends) {
|
if (binding.extends) {
|
||||||
console.log(binding);
|
// TODO: Allow extending built playbills in addition to bindings
|
||||||
const extendBindingPath = path.resolve(bindingFileDirname, binding.extends);
|
const extendBindingPath = path.resolve(bindingFileDirname, binding.extends);
|
||||||
basePlaybill = (await loadFromBinding(extendBindingPath)).playbill;
|
basePlaybill = (await loadFromBinding(extendBindingPath)).playbill;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue