Commit 01a9475
committed
Fix
While diagnosing problems, one should also look at the left-hand side of
an assignment that apparently does not work... in this instance, `const
{ package_name } = ...` means that the right-hand side cannot be just a
string, it has to be an object with a `package_name` attribute...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>/deploy <package>
1 parent 1179a7a commit 01a9475
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
120 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments