BrowserWindow.vala
authorKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 05:42:51 +0000 (13:42 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 05:42:51 +0000 (13:42 +0800)
BrowserWindow.vala

index be34def..8ab2b3f 100644 (file)
@@ -115,7 +115,12 @@ public class BrowserWindow : Object
         
          });
                
-               
+               try {
+                        print("deleting cookie tmp file name: %s\n", file.get_path ());
+                  
+             } catch (Error e) {
+                      stdout.printf ("Error: %s\n", e.message);
+             }
 
         
         });