mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Indentation fix
This commit is contained in:
@@ -134,6 +134,7 @@ export class Pass implements PassIndexSignature {
|
||||
* We are replacing the slashes to avoid Windows slashes
|
||||
* composition.
|
||||
*/
|
||||
|
||||
Object.assign(finalBundle, ...Object.keys(this.l10nBundles[lang])
|
||||
.map(fileName => {
|
||||
const fullPath = path.join(`${lang}.lproj`, fileName).replace(/\\/, "/");
|
||||
|
||||
Reference in New Issue
Block a user