Fix restart to be in correct order
This commit is contained in:
Родитель
647232ffc3
Коммит
343026f1f5
|
@ -9,6 +9,6 @@ import { startFunctionApp } from './startFunctionApp';
|
|||
import { stopFunctionApp } from './stopFunctionApp';
|
||||
|
||||
export async function restartFunctionApp(explorer: AzureFunctionsExplorer, node?: FunctionAppNode): Promise<void> {
|
||||
await startFunctionApp(explorer, node);
|
||||
await stopFunctionApp(explorer, node);
|
||||
await startFunctionApp(explorer, node);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче