From 177576a4b598578394271e422d95f08637cf6713 Mon Sep 17 00:00:00 2001 From: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com> Date: Mon, 12 Dec 2022 19:15:48 -0300 Subject: [PATCH] Fix _initEnvStream bug --- app/components/Views/Wallet/WebviewExecutionService.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Views/Wallet/WebviewExecutionService.ts b/app/components/Views/Wallet/WebviewExecutionService.ts index 9cce8f54ac5..8ddf17d892d 100644 --- a/app/components/Views/Wallet/WebviewExecutionService.ts +++ b/app/components/Views/Wallet/WebviewExecutionService.ts @@ -34,12 +34,12 @@ export default class WebviewExecutionService extends AbstractExecutionService { // eslint-disable-next-line no-console - console.log('------------INIT ENV STREAM----', jobId); + console.log('------------ [INIT ENV STREAM] ------------. Data:', jobId); const iframeWindow = snapsState.webview; const stream = snapsState.stream;