debug v symlink error

pull/2954/head
Alexander Medvednikov 2019-12-02 12:16:55 +03:00
parent c724c17a56
commit 753e926356
1 changed files with 1 additions and 0 deletions

View File

@ -984,6 +984,7 @@ pub fn new_v(args[]string) &V {
*/
println('vlib not found. It should be next to the V executable.')
println('Go to https://vlang.io to install V.')
println('(os.executable=${os.executable()} vlib_path=$vlib_path vexe_path=${vexe_path()}')
exit(1)
}