backend-manager 2.4.23 → 2.4.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "2.4.23",
3
+ "version": "2.4.24",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -408,7 +408,7 @@ Manager.prototype._process = function (mod) {
408
408
  return new Promise(async function(resolve, reject) {
409
409
  let error;
410
410
 
411
- console.log('---method', method);
411
+ console.log('---REQ', method, mod.assistant.request);
412
412
  if (method === 'OPTIONS') {
413
413
  return resolve();
414
414
  }