small fix
This commit is contained in:
parent
ef31eba76b
commit
79017ddbaa
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export class Shutdown {
|
|||
/**
|
||||
* Initiate graceful shutdown
|
||||
*/
|
||||
async shutdown(signal?: string): Promise<ShutdownResult> {
|
||||
async shutdown(_signal?: string): Promise<ShutdownResult> {
|
||||
if (this.isShuttingDown) {
|
||||
return {
|
||||
success: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue