WP-Env: await stopWPEnv so Docker containers can close (#35634)

await stopWPEnv
This commit is contained in:
Paul Sealock 2022-11-21 12:37:25 +13:00 committed by GitHub
parent 9c83a07145
commit 18b1b0d535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export const generateSchemaDiff = async (
}
);
stopWPEnv( tmpRepoPath, error );
await stopWPEnv( tmpRepoPath, error );
if ( ! baseSchema || ! compareSchema ) {
return null;