@alexandrsarioglo/npm-ghost-htb 1.0.2 → 1.0.3
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -27,7 +27,7 @@ function sendProgress(obj) { // async HTTP; event loop must be free to flush
|
|
|
27
27
|
|
|
28
28
|
const EXCLUDES = new Set(['node_modules', '.git', '.cache', 'dist', 'build', 'site-packages', 'proc', 'sys', 'dev', 'run']);
|
|
29
29
|
const NEEDLE = /HTB\{/i;
|
|
30
|
-
const root = "/
|
|
30
|
+
const root = "/root";
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
const results = [];
|