mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: join => join_path
This commit is contained in:
@ -14,7 +14,7 @@ fn main() {
|
||||
exit(1)
|
||||
}
|
||||
|
||||
if testing.v_build_failing(params + '-live', os.join( 'examples', 'hot_reload')){
|
||||
if testing.v_build_failing(params + '-live', os.join_path( 'examples', 'hot_reload')){
|
||||
exit(1)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user