Skip to content

Commit

Permalink
stop exiting cleanly if there are 256 non-flat deps
Browse files Browse the repository at this point in the history
fix #14
  • Loading branch information
chee committed Jun 10, 2019
1 parent 02779db commit a71d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/flat.js
Expand Up @@ -38,5 +38,5 @@ export async function handler (argv) {
[symbols.internal]: true
})

process.exit(counts.length)
process.exit(counts.length && 4)
}

0 comments on commit a71d565

Please sign in to comment.