fix(core): update

This commit is contained in:
2021-08-20 18:43:11 +02:00
parent d331f90d24
commit 04f7be07a3
3 changed files with 7 additions and 3 deletions

View File

@ -198,7 +198,10 @@ export class TsTest {
console.error(err);
}
if ((globalThis as any).tapbundleDeferred && (globalThis as any).tapbundleDeferred.promise) {
if (
(globalThis as any).tapbundleDeferred &&
(globalThis as any).tapbundleDeferred.promise
) {
await (globalThis as any).tapbundleDeferred.promise;
} else {
console.log('Error: Could not find tapbundle Deferred');