@jam-comments/server-utilities 5.8.1 → 5.8.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.
|
@@ -105,6 +105,7 @@ function markupFetcher(platform, fetchImplementation = fetch) {
|
|
|
105
105
|
path = path || "/";
|
|
106
106
|
const savedFile = (() => {
|
|
107
107
|
if (!store_1.default.isInitialized()) {
|
|
108
|
+
console.log("Store is not initialized.");
|
|
108
109
|
return null;
|
|
109
110
|
}
|
|
110
111
|
console.log("Getting cached comment markup");
|
|
@@ -95,6 +95,7 @@ export function markupFetcher(platform, fetchImplementation = fetch) {
|
|
|
95
95
|
path = path || "/";
|
|
96
96
|
const savedFile = (() => {
|
|
97
97
|
if (!store.isInitialized()) {
|
|
98
|
+
console.log("Store is not initialized.");
|
|
98
99
|
return null;
|
|
99
100
|
}
|
|
100
101
|
console.log("Getting cached comment markup");
|