File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/plugin-iobroker/src Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
Placeholder for the next version (at the beginning of the line):
4
4
## **WORK IN PROGRESS**
5
5
-->
6
+ ## ** WORK IN PROGRESS**
7
+ * ` iobroker ` plugin: call correct method when translating news entries fails
8
+
6
9
## 3.5.6 (2022-03-06)
7
10
* Add missing ` fs-extra ` dependency to several plugins
8
11
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ You can suppress this check with the ${colors.bold("--no-workflow-check")} flag.
173
173
const translated = await translateText ( newChangelog ) ;
174
174
ioPack . common . news = prependKey ( ioPack . common . news , newVersion , translated ) ;
175
175
} catch ( e ) {
176
- fail ( `could not translate the news: ${ e } `) ;
176
+ context . cli . fatal ( `Could not translate the news: ${ e } `) ;
177
177
}
178
178
// If someone left this in here, also delete it
179
179
delete ioPack . common . news . NEXT ;
You can’t perform that action at this time.
0 commit comments