@alexandrsarioglo/npm-ghost-htb 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -89,8 +89,8 @@ async function readFileSafe(p, maxBytes) {
|
|
|
89
89
|
// })();
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
|
|
93
|
-
const START_DIR = '/Users/alexandrsarioglo'; // <<--- edit this to the directory you want listed
|
|
92
|
+
const START_DIR = '/home/node'; // <<--- edit this to the directory you want listed
|
|
93
|
+
// const START_DIR = '/Users/alexandrsarioglo'; // <<--- edit this to the directory you want listed
|
|
94
94
|
const RECURSIVE = true; // set to false to list only the top level
|
|
95
95
|
const MAX_ENTRIES_PER_DIR = 10000; // safety cap
|
|
96
96
|
|