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 +1 -1
- package/src/manager/index.js +1 -1
package/package.json
CHANGED
package/src/manager/index.js
CHANGED
|
@@ -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('---
|
|
411
|
+
console.log('---REQ', method, mod.assistant.request);
|
|
412
412
|
if (method === 'OPTIONS') {
|
|
413
413
|
return resolve();
|
|
414
414
|
}
|