This commit is contained in:
2020-09-05 10:04:27 -05:00
parent fc5fbf2b70
commit f1301d24f7

View File

@@ -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:///', '/')