From 1aa6c125d99d01efed0e1c85327a98a45bab40ab Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 21 Oct 2020 13:43:18 +0300 Subject: [PATCH] ci: fix `v self` --- vlib/v/util/util.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/v/util/util.v b/vlib/v/util/util.v index 78e2906adb..a70ebda0c6 100644 --- a/vlib/v/util/util.v +++ b/vlib/v/util/util.v @@ -193,6 +193,7 @@ pub fn should_recompile_tool(vexe string, tool_source string) bool { should_compile = true } } + return should_compile } pub fn quote_path_with_spaces(s string) string {