Skip to content

Commit c5c4231

Browse files
Merge pull request #108 from mrwnmncd/master
add a newline to the result to remove the percentage in the CLI output
2 parents 09127c1 + bde2d5d commit c5c4231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#! /usr/bin/env node
22

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

0 commit comments

Comments
 (0)