backend-plus 1.17.4 → 1.17.5
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/lib/backend-plus.js +1 -1
- package/package.json +1 -1
package/lib/backend-plus.js
CHANGED
|
@@ -1420,7 +1420,7 @@ AppBackend.prototype.addProcedureServices = function addProcedureServices(forUnl
|
|
|
1420
1420
|
}
|
|
1421
1421
|
}
|
|
1422
1422
|
var context=be.getContext(req);
|
|
1423
|
-
if(procedureDef.progress!==false){
|
|
1423
|
+
if(true || procedureDef.progress!==false){
|
|
1424
1424
|
context.informProgress=function informProgress(progressInfo){
|
|
1425
1425
|
var progress2send={};
|
|
1426
1426
|
if(progressInfo instanceof Error){
|
package/package.json
CHANGED