Skip to content

Commit

Permalink
Merge pull request #108 from mrwnmncd/master
Browse files Browse the repository at this point in the history
add a newline to the result to remove the percentage in the CLI output
  • Loading branch information
perry-mitchell authored Feb 3, 2025
2 parents 09127c1 + bde2d5d commit c5c4231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env node

var ULID = require('../dist/index.umd.js')
process.stdout.write(ULID.ulid())
process.stdout.write(ULID.ulid() + '\n')

0 comments on commit c5c4231

Please sign in to comment.