@automattic/vip 2.38.0-dev.1 → 2.38.0-dev.2
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.
|
@@ -147,11 +147,7 @@ class PhpMyAdminCommand {
|
|
|
147
147
|
});
|
|
148
148
|
}
|
|
149
149
|
async getStatus() {
|
|
150
|
-
|
|
151
|
-
return await getPhpMyAdminStatus(this.app.id, this.env.id);
|
|
152
|
-
} catch (err) {
|
|
153
|
-
exit.withError('Failed to get PhpMyAdmin status. Please try again. If the problem persists, please contact support.');
|
|
154
|
-
}
|
|
150
|
+
return await getPhpMyAdminStatus(this.app.id, this.env.id);
|
|
155
151
|
}
|
|
156
152
|
async maybeEnablePhpMyAdmin() {
|
|
157
153
|
const status = await this.getStatus();
|
|
@@ -187,7 +183,7 @@ class PhpMyAdminCommand {
|
|
|
187
183
|
stack: error.stack
|
|
188
184
|
});
|
|
189
185
|
this.stopProgressTracker();
|
|
190
|
-
exit.withError('Failed to enable PhpMyAdmin');
|
|
186
|
+
exit.withError('Failed to enable PhpMyAdmin. Please try again. If the problem persists, please contact support.');
|
|
191
187
|
}
|
|
192
188
|
let url;
|
|
193
189
|
try {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "2.38.0-dev.
|
|
3
|
+
"version": "2.38.0-dev.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "2.38.0-dev.
|
|
9
|
+
"version": "2.38.0-dev.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|