From c100b56d4488983d5637a876dfffd42c4500bc05 Mon Sep 17 00:00:00 2001 From: Zach Shilton <4624598+zchsh@users.noreply.github.com> Date: Sat, 20 Mar 2021 21:50:20 -0400 Subject: [PATCH] website: clarify error message in plugin config check --- .github/workflows/check-plugin-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-plugin-docs.js b/.github/workflows/check-plugin-docs.js index 16a9495a3..96a00a83f 100644 --- a/.github/workflows/check-plugin-docs.js +++ b/.github/workflows/check-plugin-docs.js @@ -25,7 +25,7 @@ async function checkPluginDocs() { ); if (undefinedProps.length > 0) { throw new Error( - `Failed to validate plugin docs. Undefined configuration properties ${JSON.stringify( + `Failed to validate plugin docs config. Undefined configuration properties ${JSON.stringify( undefinedProps )} found for "${ title || pluginEntry.path || repo