to:sync
This commit is contained in:
parent
0072ede4b1
commit
8aef5f48be
@ -149,7 +149,7 @@
|
|||||||
* @returns 回复内容
|
* @returns 回复内容
|
||||||
*/
|
*/
|
||||||
function getContent(data) {
|
function getContent(data) {
|
||||||
const match = data.match(contentPattern);
|
const match = data?.match(contentPattern);
|
||||||
if (match) {
|
if (match) {
|
||||||
return match[1];
|
return match[1];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user