mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
fix(db): fast-fail Indexer::init on non-SQLite files via magic-header preflight
This commit is contained in:
parent
946cb6a9bc
commit
8abb023dd0
11 changed files with 648 additions and 17 deletions
4
tests/dynamic_fixtures/lang_detect/cli_node
Normal file
4
tests/dynamic_fixtures/lang_detect/cli_node
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
// Extensionless CLI entry point. Shebang identifies the interpreter.
|
||||
const url = process.argv[2];
|
||||
require("child_process").execSync("curl " + url);
|
||||
Loading…
Add table
Add a link
Reference in a new issue