Skip to content

Separator gets added to the output #48

Description

@Lonli-Lokli

Describe the bug
with empty separator, eg --separator '' - wierd string added to the output

Steps to reproduce

before run:

import { Component, HostListener } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import { Observable } from 'rxjs';

import { AboutDialogBloc, AboutState } from './about-dialog.bloc';

after 1st run:

import { Component, HostListener } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import { Observable } from 'rxjs';'' <-!!!!!
import { AboutDialogBloc, AboutState } from './about-dialog.bloc';

after 2nd run

import { Component, HostListener } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import { Observable } from 'rxjs';''<-!!!!!
import { AboutDialogBloc, AboutState } from './about-dialog.bloc';''<-!!!!!

Expected behavior
Just new line should be added

Desktop (please complete the following information):

  • OS: Win10
  • import conductor version: 2.2.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions