mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -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,
|
srcFile,
|
||||||
destFile: destFile.replace(/\.doc$/, '.odt'),
|
destFile: destFile.replace(/\.doc$/, '.odt'),
|
||||||
type: 'odt',
|
type: 'odt',
|
||||||
|
fileExtension: 'odt',
|
||||||
callback: () => {
|
callback: () => {
|
||||||
queue.push(
|
queue.push(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue