Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(private executablePath: string) {
this.generatorProcess = new GeneratorProcess(this.executablePath)
this.debug = Debug(`Generator:${executablePath}`)
}
async init() {