Skip to content

Commit

Permalink
add a newline to the result to remove the percentage in the CLI output
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwnmncd committed Aug 18, 2024
1 parent a583120 commit bde2d5d
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 bde2d5d

Please sign in to comment.