Build/Test Tools: Check if the Docker is available when running `npm run env:start`.

This aims to display a more helpful error message if the Docker service is not running.

Follow-up to [45783], [45819].

Props mkox, cnspecialcolor, pento, hasanuzzamanshamim, bgoewert, robinwpdeveloper, costdev, mukesh27.
Fixes #51898.
Built from https://develop.svn.wordpress.org/trunk@55473


git-svn-id: http://core.svn.wordpress.org/trunk@55006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-03-07 09:09:17 +00:00
parent dac1d3fb8d
commit 3958c2b23b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-beta4-55472';
$wp_version = '6.2-beta4-55473';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.