| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b0f0ad1 commit 583f8d9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ import fs from 'node:fs'; | |||
| 13 | 13 | import path from 'node:path'; | |
| 14 | 14 | import readline from 'node:readline'; | |
| 15 | 15 | ||
| 16 | - const SINCE = +process.argv[2] || '3 months ago'; | ||
| 16 | + const SINCE = process.argv[2] || '3 months ago'; | ||
| 17 | 17 | ||
| 18 | 18 | async function runGitCommand(cmd, options = {}) { | |
| 19 | 19 | const childProcess = cp.spawn('/bin/sh', ['-c', cmd], { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments