1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-29 06:48:59 +02:00

add fixes + install url

This commit is contained in:
Thomas Wilkerling
2025-03-07 21:18:14 +01:00
parent a00746a2c3
commit 281fc9288b
4 changed files with 6 additions and 553 deletions

2
dist/node/node.js vendored
View File

@@ -21,7 +21,7 @@ parentPort.on("message", function(data){
// load extern field configuration
let filepath = options["config"];
if(filepath[0] !== "/" && filepath[0] !== "\\"){
if(filepath && filepath[0] !== "/" && filepath[0] !== "\\"){
// current working directory
const dir = process.cwd();
filepath = join(dir, filepath);