diff-files: Neutralize output headers
This commit is contained in:
parent
1d3f4cf24d
commit
45179b2521
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default class DiffFiles extends Command {
|
||||||
let {flags: {all}, args: {sourceRef, sourceNew}} = this.parse(DiffFiles)
|
let {flags: {all}, args: {sourceRef, sourceNew}} = this.parse(DiffFiles)
|
||||||
|
|
||||||
for (let partition of ALL_PARTITIONS) {
|
for (let partition of ALL_PARTITIONS) {
|
||||||
this.log(chalk.bold(chalk.blueBright(partition)))
|
this.log(chalk.bold(partition))
|
||||||
|
|
||||||
let filesRef = await listPart(partition, sourceRef)
|
let filesRef = await listPart(partition, sourceRef)
|
||||||
if (filesRef == null) {
|
if (filesRef == null) {
|
||||||
|
|
Loading…
Reference in a new issue