Skip to content

Commit 58077be

Browse files
committed
chore: use includes in deprecation warning
1 parent 1640fc9 commit 58077be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ryu-cho.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class RyuCho {
107107
let hasValidFile = false
108108

109109
if (this.config.pathStartsWith) {
110-
log('W', 'pathStartsWith is deprecated. Use paths instead.')
110+
log('W', '`path-starts-with` is deprecated. Use `includes` instead.')
111111

112112
hasValidFile = res.data.files!.some((file) => {
113113
return file.filename!.startsWith(this.config.pathStartsWith!)

0 commit comments

Comments
 (0)