This commit is contained in:
2024-12-25 09:36:40 +01:00
parent a3018b8ad7
commit 4ef1d75331
2 changed files with 1 additions and 3 deletions

View File

@@ -48,9 +48,7 @@ abs_dir_of_script := dir(@FILE)
// Reset symlinks if requested // Reset symlinks if requested
println('Resetting all symlinks...') println('Resetting all symlinks...')
os.rmdir_all('${os.home_dir()}/.vmodules/freeflowuniverse/herolib') or {}
os.rm('${os.home_dir()}/.vmodules/freeflowuniverse/herolib') or {} os.rm('${os.home_dir()}/.vmodules/freeflowuniverse/herolib') or {}
os.rmdir_all('${os.home_dir()}/.vmodules/vlang/testing') or {}
// Create necessary directories // Create necessary directories
os.mkdir_all('${os.home_dir()}/.vmodules/freeflowuniverse') or { os.mkdir_all('${os.home_dir()}/.vmodules/freeflowuniverse') or {

View File

@@ -17,7 +17,7 @@ module httpconnection
import x.json2 import x.json2
import net.http import net.http
import freeflowuniverse.herolib.core.herojson import freeflowuniverse.herolib.data.hjson
import freeflowuniverse.herolib.ui.console import freeflowuniverse.herolib.ui.console
// Build url from Request and httpconnection // Build url from Request and httpconnection