Skip to content

Commit ae41353

Browse files
committed
[Fix] 리뷰 반영 -> setPage error case 문자열 변경
1 parent 799a2ff commit ae41353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const ChannelIO = {
230230
} else if (typeof page === null || page === undefined) {
231231
ChannelModule.setPage(null)
232232
} else {
233-
console.error('ChannelIO', '"page" must be "string".')
233+
console.error('ChannelIO', '"page" must be type of "string", null or undefined.')
234234
}
235235
},
236236

0 commit comments

Comments
 (0)