File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
angular/projects/tx-native-angular-sdk/src/lib Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export class TranslationService {
2626 }
2727
2828 // A dictionary with additional TX Native instances for translation
29+ // eslint-disable-next-line space-infix-ops
2930 private additionalInstances : { [ id : string ] : any } = { } ;
3031
3132 // A subject for managing locale changes
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ class PushCommand extends Command {
4040 if ( isFolder ( filePattern ) ) {
4141 filePattern = path . join ( filePattern , PushCommand . args [ 0 ] . default ) ;
4242 }
43+ filePattern = filePattern . replace ( / \\ / g, '/' ) ;
4344
4445 const appendTags = stringToArray ( flags [ 'append-tags' ] ) ;
4546 const filterWithTags = stringToArray ( flags [ 'with-tags-only' ] ) ;
You can’t perform that action at this time.
0 commit comments