We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8402e61 commit a1d4095Copy full SHA for a1d4095
1 file changed
.github/actions/find/src/pluginManager.ts
@@ -34,11 +34,11 @@ export async function loadPlugins() {
34
}
35
36
37
-export const abortError = [
38
- 'There was an error while loading plugins.',
39
- 'Clearing all plugins and aborting custom plugin scans.',
40
- 'Please check the logs for hints as to what may have gone wrong.',
41
-].join('\n')
+export const abortError = `
+There was an error while loading plugins.
+Clearing all plugins and aborting custom plugin scans.
+Please check the logs for hints as to what may have gone wrong.
+`
42
43
export function clearCache() {
44
pluginsLoaded = false
0 commit comments