We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-
1 parent e0c3dcf commit d681cb7Copy full SHA for d681cb7
lib/forever.js
@@ -448,7 +448,7 @@ forever.cleanLogsSync = function (processes) {
448
// length ⌈bits/6⌉ of characters from the base64 alphabet.
449
//
450
forever.randomString = function (bits) {
451
- var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-+',
+ var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_$',
452
rand, i, ret = '';
453
454
0 commit comments