Skip to content

Commit 5a683ef

Browse files
committed
Revise error message for plugin installation failures
1 parent 6768ccc commit 5a683ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Compile-SourceScript/Public/Compile-SourceScript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function Compile-SourceScript {
211211

212212
# Throw an error if the copying process failed
213213
if ($installationFailure) {
214-
throw "Failed to install one or more plugins."
214+
throw "Failed to install the specified plugin."
215215
}
216216
}
217217

0 commit comments

Comments
 (0)