@wordpress/env 11.2.0 → 11.3.1-next.v.202604091042.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -327,7 +327,7 @@ class PlaygroundRuntime {
|
|
|
327
327
|
try {
|
|
328
328
|
const pidContent = await fs.readFile( pidFile, 'utf8' );
|
|
329
329
|
pid = parseInt( pidContent.trim(), 10 );
|
|
330
|
-
} catch
|
|
330
|
+
} catch {
|
|
331
331
|
// PID file doesn't exist or can't be read
|
|
332
332
|
spinner.text = 'Stopped WordPress Playground.';
|
|
333
333
|
return;
|
|
@@ -350,7 +350,7 @@ class PlaygroundRuntime {
|
|
|
350
350
|
} catch {
|
|
351
351
|
// Process group already terminated
|
|
352
352
|
}
|
|
353
|
-
} catch
|
|
353
|
+
} catch {
|
|
354
354
|
// Process group doesn't exist or already terminated
|
|
355
355
|
}
|
|
356
356
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/env",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.3.1-next.v.202604091042.0+668146787",
|
|
4
4
|
"description": "A zero-config, self contained local WordPress environment for development and testing.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"scripts": {
|
|
64
64
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "73606df74f1c38a084bfa5db97205259ef817593"
|
|
67
67
|
}
|