mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: make thread safe; checker: $if T is Interface {
This commit is contained in:
@@ -22,7 +22,7 @@ fn main() {
|
||||
println('failed to git pull. uncommitted changes?')
|
||||
return
|
||||
}
|
||||
// println('running fast')
|
||||
// println('running ./fast')
|
||||
resp := os.execute('./fast')
|
||||
if resp.exit_code < 0 {
|
||||
println(resp.output)
|
||||
@@ -38,6 +38,6 @@ fn main() {
|
||||
os.system('git push origin gh-pages')
|
||||
os.chdir('..')
|
||||
}
|
||||
time.sleep(60 * time.second)
|
||||
time.sleep(180 * time.second)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user