We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4847c7 commit 49a7da2Copy full SHA for 49a7da2
1 file changed
verify.v
@@ -3,7 +3,7 @@ import v.util.diff
3
import time
4
import term
5
6
-const wd = os.getwd()
+const wd = @DIR
7
8
const vexe = @VEXE
9
@@ -132,6 +132,7 @@ fn cleanup_gitkeep_files(v_file string) {
132
}
133
134
fn main() {
135
+ os.chdir(wd)!
136
start_time := time.now()
137
unbuffer_stdout()
138
mut v_files := discover_files()!
0 commit comments