Skip to content

Commit bde2d5d

Browse files
committed
add a newline to the result to remove the percentage in the CLI output
1 parent a583120 commit bde2d5d

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)