Ensure we queue null
This commit is contained in:
Родитель
98b13312e1
Коммит
1ac891defc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-nls-dev",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"description": "Development time npm module to generate strings bundles from Javascript files",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -616,8 +616,9 @@ export function createXlfFiles(projectName: string, extensionName: string): Thro
|
|||
path: path.join(projectName, extensionName + '.xlf'),
|
||||
contents: new Buffer(_xlf.toString(), 'utf8')
|
||||
});
|
||||
this.queue(xlfFile);
|
||||
this.queue(xlfFile);
|
||||
}
|
||||
this.queue(null);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче