| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 521b25a commit 22d3e85
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ const chars = { | |||
| 22 | 22 | function getInput(type, repeat, encoding) { | |
| 23 | 23 | const original = (repeat === 1) ? chars[type] : chars[type].repeat(repeat); | |
| 24 | 24 | if (encoding === 'base64') { | |
| 25 | - Buffer.from(original, 'utf8').toString('base64'); | ||
| 25 | + return Buffer.from(original, 'utf8').toString('base64'); | ||
| 26 | 26 | } | |
| 27 | 27 | return original; | |
| 28 | 28 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments