File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 55 "description" : " A File System Browser for Cockpit." ,
66 "version" : " 0.5.11" ,
77 "build_number" : " 4" ,
8- "stable" : false ,
8+ "stable" : true ,
99 "author" : " Josh Boudreau <jboudreau@45drives.com>" ,
1010 "git_url" : " https://github.com/45Drives/cockpit-navigator" ,
1111 "license" : " GPL-3.0+" ,
6969 ],
7070 "changelog" : {
7171 "urgency" : " medium" ,
72- "version" : " 0.5.11" ,
73- "build_number" : " 4 " ,
74- "date" : null ,
75- "packager" : " Josh Boudreau <jboudreau @45drives.com>" ,
72+ "version" : " 0.5.11-4 " ,
73+ "build_number" : " 1 " ,
74+ "date" : " 2025-09-16T15:11:00.049756 " ,
75+ "packager" : " Rachit Hans <rhans @45drives.com>" ,
7676 "changes" : []
7777 }
7878}
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export class NavContextMenu {
139139
140140 async download ( e ) {
141141 let download_target = "" ;
142- let result ; // function-scoped so we can reference later
142+ let result ;
143143
144144 if ( this . nav_window_ref . selected_entries . size === 1 &&
145145 ! ( this . nav_window_ref . selected_entry ( ) instanceof NavDir ) ) {
@@ -149,7 +149,6 @@ export class NavContextMenu {
149149 try {
150150 result = await this . zip_for_download ( ) ;
151151 download_target = new NavFile ( result [ "archive-path" ] , result [ "stat" ] , this . nav_window_ref ) ;
152- console . log ( "prepared archive for download:" , result [ "archive-path" ] ) ;
153152 } catch ( err ) {
154153 this . nav_window_ref . stop_load ( ) ;
155154 this . nav_window_ref . modal_prompt . alert ( err . message ) ;
You can’t perform that action at this time.
0 commit comments