Skip to content

Commit aaa9f64

Browse files
committed
Update config error
1 parent 6500cd0 commit aaa9f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const loadConfig = async (configPath) => {
66

77
if (!config) {
88
throw new Error(
9-
`Cannot find key blobpack or benthos in config at ${configPath}`
9+
`Cannot find key blobpack or benthos in loaded config file ${configPath}`
1010
)
1111
}
1212

0 commit comments

Comments
 (0)