We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a6186 commit 822b544Copy full SHA for 822b544
1 file changed
services/language_translation/v2.js
@@ -112,7 +112,9 @@ module.exports = function (RED) {
112
text: 'requesting training'
113
});
114
115
- temp.open('myprefix', function (err, info) {
+ temp.open({
116
+ suffix: '.xml'
117
+ }, function (err, info) {
118
if (!err) {
119
fs.write(info.fd, msg.payload);
120
var params = {};
0 commit comments