WP-Env: await stopWPEnv so Docker containers can close (#35634)
await stopWPEnv
This commit is contained in:
parent
9c83a07145
commit
18b1b0d535
|
@ -110,7 +110,7 @@ export const generateSchemaDiff = async (
|
|||
}
|
||||
);
|
||||
|
||||
stopWPEnv( tmpRepoPath, error );
|
||||
await stopWPEnv( tmpRepoPath, error );
|
||||
|
||||
if ( ! baseSchema || ! compareSchema ) {
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue