Commit 068dfa4
fix(@schematics/schematics): prefix unused argument with underscore
The `options` arguments is not used in the function. This causes the
TypeScript compilation to fail.
fixes angular#119161 parent 3d80aa8 commit 068dfa4
File tree
1 file changed
+1
-1
lines changed- packages/schematics/schematics/blank/schematic-files/src/__name@dasherize__
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments