webtry: Forgot onr log.Fatal.
Update it to use glog variant. BUG=skia:2980 TEST=go build webtry.go TBR=jcgregorio@google.com Review URL: https://codereview.chromium.org/659813003
This commit is contained in:
parent
ae6d6222b2
commit
498bc5f036
@ -144,7 +144,7 @@ func init() {
|
||||
glog.Fatal(err)
|
||||
}
|
||||
if err := os.Chdir(cwd); err != nil {
|
||||
log.Fatal(err)
|
||||
glog.Fatal(err)
|
||||
}
|
||||
|
||||
codeTemplate = template.Must(template.ParseFiles(filepath.Join(cwd, "templates/template.cpp")))
|
||||
|
Loading…
Reference in New Issue
Block a user