Skip to content

Commit f8ff852

Browse files
committed
[INTERNAL] Project shims: Fix error message for missing configuration
1 parent ac92484 commit f8ff852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/projectPreprocessor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ class ProjectPreprocessor {
456456

457457
handleShim(extension) {
458458
if (!extension.shims) {
459-
throw new Error(`Project shim extension ${extension.id} is missing 'shim' configuration`);
459+
throw new Error(`Project shim extension ${extension.id} is missing 'shims' configuration`);
460460
}
461461
const {configurations, dependencies, collections} = extension.shims;
462462

0 commit comments

Comments
 (0)