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 @@ -492,7 +492,7 @@ if (gotTheLock) {
492492 try {
493493 console . log ( "App ready, creating window..." ) ;
494494
495- // Migrate from .mux to .mux directory structure if needed
495+ // Migrate from .cmux to .mux directory structure if needed
496496 migrateLegacyMuxHome ( ) ;
497497
498498 // Install React DevTools in development
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ const httpIpcMain = new HttpIpcMainAdapter(app);
144144
145145// Initialize async services and register handlers
146146( async ( ) => {
147- // Migrate from .mux to .mux directory structure if needed
147+ // Migrate from .cmux to .mux directory structure if needed
148148 migrateLegacyMuxHome ( ) ;
149149
150150 // Initialize config and IPC service
You can’t perform that action at this time.
0 commit comments