Skip to content

Commit

Permalink
chore: remove unused stringifySpawnArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Sep 11, 2019
1 parent 4bae9bf commit e7fa36b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/spawn/arguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ export class Arguments {
.value();
}

public stringifySpawnArguments(obj: SpawnArguments): string {
return _.chain(obj)
.pairs()
.map((v: string[]) => v.join(' = '))
.value()
.join(',\n');
}

private createArgumentsFromObject(
args: SpawnArguments,
mappings: { [id: string]: string },
Expand Down

0 comments on commit e7fa36b

Please sign in to comment.