From b31e253fa4c5d5a382a55f718091e58f8d022f59 Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Tue, 5 Nov 2019 14:43:34 +0000 Subject: [PATCH] Support optional containers when pushing to local target Change-type: patch Signed-off-by: Cameron Diver --- lib/utils/device/live.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/utils/device/live.ts b/lib/utils/device/live.ts index 2145cb7c..747ad1d9 100644 --- a/lib/utils/device/live.ts +++ b/lib/utils/device/live.ts @@ -131,9 +131,7 @@ export class LivepushManager { serviceName, }); if (container == null) { - throw new Error( - `Could not find a container on device for service: ${serviceName}`, - ); + return; } const livepush = await Livepush.init(