hsjon
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user