Spaces:
Build error
Build error
bump: deps
Browse files- backend/functions/src/index.ts +4 -0
- thinapps-shared +1 -1
backend/functions/src/index.ts
CHANGED
|
@@ -27,3 +27,7 @@ process.on('uncaughtException', (err) => {
|
|
| 27 |
console.error('Uncaught exception, process quit.');
|
| 28 |
throw err;
|
| 29 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
console.error('Uncaught exception, process quit.');
|
| 28 |
throw err;
|
| 29 |
});
|
| 30 |
+
|
| 31 |
+
if (!process.env.FUNCTIONS_EMULATOR) {
|
| 32 |
+
registry.walk_around_firebase_stall = true;
|
| 33 |
+
}
|
thinapps-shared
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 21e6ece0f378fe26db888bc5ff7715a43bf022bd
|