mirror of
https://github.com/MontFerret/ferret.git
synced 2025-02-05 13:15:20 +02:00
Added missed 'Fprintln' statement
This commit is contained in:
parent
ed4fdf70f1
commit
50e78f8f29
@ -16,7 +16,7 @@ func ExecFile(pathToFile string, opts Options) {
|
||||
query, err := ioutil.ReadFile(pathToFile)
|
||||
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
os.Exit(1)
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user