v0.2.4
All checks were successful
All checks were successful
This commit is contained in:
@@ -91,7 +91,7 @@ class BuildController extends EventEmitter {
|
||||
}
|
||||
|
||||
private build = async (build: Build) => {
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
return new Promise<void>((resolve, _) => {
|
||||
const docker = spawn.spawn('docker', this.createBuildParams(build));
|
||||
docker.on('spawn', () => {
|
||||
const remainder = {
|
||||
|
||||
Reference in New Issue
Block a user