Skip to content

Commit a1d4095

Browse files
committed
update string literal
1 parent 8402e61 commit a1d4095

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/find/src/pluginManager.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export async function loadPlugins() {
3434
}
3535
}
3636

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')
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+
`
4242

4343
export function clearCache() {
4444
pluginsLoaded = false

0 commit comments

Comments
 (0)