Commit 3c6cb04
Fix Dialyzer: pass string suffix to Igniter.Project.Module.module_name/2
MainWindow was passed as an atom but the API expects String.t(), which
made Dialyzer infer igniter/1 had no successful return and flagged the
rest of the module as dead code. Use "MainWindow" consistently.
Fixes CI Compile & Lint (dialyzer).
Co-authored-by: Dominic Letz <dominicletz@users.noreply.github.com>1 parent 0a8839d commit 3c6cb04
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments