Commit 0cd2412
committed
Avoid "no tags containing" error in hook skeleton
The hook implementation skeleton funcalls `drupal-get-function-args` to
check whether the new function implementation already exists elsewhere
in the project. When the value of this variable is
`drupal/etags-get-function-args`, it throws an error for non-existent
function names, making it impossible to insert a new implementation.
Adding `ignore-errors` around the call fixes this.1 parent cf0364c commit 0cd2412
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
| 560 | + | |
560 | 561 | | |
561 | 562 | | |
562 | 563 | | |
| |||
0 commit comments