@sprucelabs/spruce-heartwood-utils 26.1.2 → 28.0.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.
@@ -32,7 +32,7 @@ class SpruceError extends error_1.default {
|
|
32
32
|
message = `Failed to load view controller from CDN.\nResponse: ${options.responseText}\nStatus: ${options.status}`;
|
33
33
|
break;
|
34
34
|
case 'WEB_HOST_NOT_SET':
|
35
|
-
message = `I could not generate a URL because process.env.
|
35
|
+
message = `I could not generate a URL because process.env.PUBLIC_URL is not set! Make sure to set that and then reboot the Heartwood skill.`;
|
36
36
|
break;
|
37
37
|
default:
|
38
38
|
message = super.friendlyMessage();
|
@@ -27,7 +27,7 @@ export default class SpruceError extends AbstractSpruceError {
|
|
27
27
|
message = `Failed to load view controller from CDN.\nResponse: ${options.responseText}\nStatus: ${options.status}`;
|
28
28
|
break;
|
29
29
|
case 'WEB_HOST_NOT_SET':
|
30
|
-
message = `I could not generate a URL because process.env.
|
30
|
+
message = `I could not generate a URL because process.env.PUBLIC_URL is not set! Make sure to set that and then reboot the Heartwood skill.`;
|
31
31
|
break;
|
32
32
|
default:
|
33
33
|
message = super.friendlyMessage();
|