1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add line breaks for readability of a long warning message

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2022-11-02 12:31:47 +02:00
parent 5af287d2da
commit f9a9feb104

View File

@ -31,7 +31,7 @@ const preferencesCompositeInjectable = getInjectable({
logError(
`Tried to create preferences, but encountered references to unknown ids: "${ids.missingParentIds.join(
'", "',
)}". Available ids are: "${ids.availableParentIds.join('", "')}"`,
)}".\n\nAvailable ids are:\n\n${ids.availableParentIds.join("\n")}`,
);
},