From 30f476f6bb85dbd6ac27f129d773f9469457d7c8 Mon Sep 17 00:00:00 2001 From: "feliks.pobiedzinski@swmansion.com" Date: Thu, 20 Jul 2023 17:35:51 +0200 Subject: [PATCH] Add pid_string to stalker config --- lib/membrane/core/stalker.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/membrane/core/stalker.ex b/lib/membrane/core/stalker.ex index 772f65b53..e5f6494f1 100644 --- a/lib/membrane/core/stalker.ex +++ b/lib/membrane/core/stalker.ex @@ -154,6 +154,7 @@ defmodule Membrane.Core.Stalker do stalker: stalker, name: name, name_string: name_string, + pid_string: pid_string, component_type: component_type, is_name_provided: is_name_provided, is_utility: is_utility,