master
Garrett Mills 4 years ago
parent fc5fbf2b70
commit f1301d24f7
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -36,7 +36,7 @@ export default class Scaffolding extends LifecycleUnit {
protected logger: Logging,
protected utility: Utility,
@Inject('injector') protected injector: Container,
base_script: string = '.'
base_script: string
) {
super()
this.base_dir = path.dirname(base_script)//.replace('file:///', '/')

Loading…
Cancel
Save