Skip to content

Commit

Permalink
rem recompile msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryuck authored and spytheman committed Nov 30, 2023
1 parent 8f320f5 commit 27eba8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/live/executable/reloader.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ fn compile_lib(mut r live.LiveReloadInfo) ?string {
eprintln('new_lib_path: ${new_lib_path_with_extension} does not exist')
return none
}
println('recompilation success')
return new_lib_path_with_extension
}

Expand Down

0 comments on commit 27eba8f

Please sign in to comment.