Skip to content

Commit a3fd464

Browse files
committed
add item path ids
1 parent 3b81f2d commit a3fd464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/runner/extensions/event.command.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ module.exports = {
504504
_itemId: item.id,
505505
_itemName: item.name,
506506
_itemPath: item.getPath && item.getPath(),
507+
_itemPathIds: item.getPathIds && item.getPathIds(),
507508
_eventItemName: currentEventItem && currentEventItem.name
508509
}
509510
}, function (err, result) {

0 commit comments

Comments
 (0)