mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
LibreOffice: Add missing fileExtension
property on intermediate step
This commit is contained in:
parent
5eab3a123d
commit
ad0be9d1d2
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ exports.convertFile = (srcFile, destFile, type, callback) => {
|
|||
srcFile,
|
||||
destFile: destFile.replace(/\.doc$/, '.odt'),
|
||||
type: 'odt',
|
||||
fileExtension: 'odt',
|
||||
callback: () => {
|
||||
queue.push(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue