mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
ci: Add missing node type
Spotted in the error logs of https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2040 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2089>
This commit is contained in:
parent
fe3a80ab9f
commit
2d6f4aabf9
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ function nodesToWalk(node) {
|
|||
return node.body;
|
||||
case 'CallExpression':
|
||||
case 'NewExpression':
|
||||
case 'OptionalCallExpression':
|
||||
case 'TaggedTemplate':
|
||||
return [node.callee, ...node.arguments];
|
||||
case 'CatchClause':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue