gomtm 0.0.239 → 0.0.240

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.
@@ -110,6 +110,7 @@ const gomtmFetcher = (initGlobal) => {
110
110
  init
111
111
  });
112
112
  const responseData = yield fetcher(input, init);
113
+ console.log("[mtmfetch response]", responseData);
113
114
  return responseData;
114
115
  } catch (e) {
115
116
  console.error("[mtmfetch error]", {