fix(core): update
This commit is contained in:
parent
8c2aa23406
commit
1be3f7f388
@ -134,4 +134,13 @@ export class SmartNginx {
|
||||
this.hostCandidates.wipe();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* stops the smartnginx instance
|
||||
*/
|
||||
public async stop() {
|
||||
if (this.nginxProcess) {
|
||||
await this.nginxProcess.stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user