diff --git a/vss.v b/vss.v index 11ce57e..3e1dc8e 100644 --- a/vss.v +++ b/vss.v @@ -10,7 +10,11 @@ fn main() { version: '0.0.0' description: 'static site generator' execute: fn (cmd cli.Command) ? { - paths := get_paths("docs") + paths := get_paths("testfiles") + if paths.len == 0 { + println("Cloud not retrieve path") + return + } for path in paths { println(path) }