Fix error response html formatting; expose Application start/stop unit methods
This commit is contained in:
@@ -174,7 +174,7 @@ export class Application extends Container {
|
||||
}
|
||||
}
|
||||
|
||||
protected async startUnit(unit: Unit) {
|
||||
public async startUnit(unit: Unit) {
|
||||
const logging: Logging = this.make<Logging>(Logging)
|
||||
|
||||
try {
|
||||
@@ -190,7 +190,7 @@ export class Application extends Container {
|
||||
}
|
||||
}
|
||||
|
||||
protected async stopUnit(unit: Unit) {
|
||||
public async stopUnit(unit: Unit) {
|
||||
const logging: Logging = this.make<Logging>(Logging)
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user