File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const platform: Platform = {
8383
8484 update : async ( ) => {
8585 if ( ! UPDATER_ENABLED || ! update ) return
86- if ( ostype ( ) === "windows" ) await invoke ( "kill_sidecar" )
86+ if ( ostype ( ) === "windows" ) await invoke ( "kill_sidecar" )
8787 await update . install ( )
8888 } ,
8989
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export async function runUpdater({ alertOnFail }: { alertOnFail: boolean }) {
3535 if ( ! shouldUpdate ) return
3636
3737 try {
38- if ( ostype ( ) === "windows" ) await invoke ( "kill_sidecar" )
38+ if ( ostype ( ) === "windows" ) await invoke ( "kill_sidecar" )
3939 await update . install ( )
4040 } catch {
4141 await message ( "Failed to install update" , { title : "Update Failed" } )
You can’t perform that action at this time.
0 commit comments