1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-08 21:20:41 +02:00

FIX test and missing log folder

This commit is contained in:
Thomas Wilkerling
2018-04-12 08:01:12 +02:00
parent d51a66d3d6
commit 8abbed8473
7 changed files with 23 additions and 30 deletions

View File

@@ -1,4 +1,5 @@
var child_process = require('child_process');
var fs = require('fs');
var supported_lang = [
@@ -8,6 +9,8 @@ var supported_lang = [
console.log("Start build .....");
fs.existsSync("log") || fs.mkdirSync("log");
var options = (function(argv){
var arr = {};