Skip to content

Commit ac57923

Browse files
committed
Added a function in checkHelper to getCheckData
1 parent 0a1c14b commit ac57923

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/core/utils/check-helper.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ function checkHelper(checkResult, options, resolve, reject) {
2525
data(data) {
2626
checkResult.data = data;
2727
},
28+
getCheckData() {
29+
return checkResult.data;
30+
},
2831
relatedNodes(nodes) {
2932
if (!window.Node) {
3033
return;

0 commit comments

Comments
 (0)