Skip to content

Commit 8b92031

Browse files
committed
Logs error
1 parent 2a19bf4 commit 8b92031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/src/main/java/org/wordpress/android/ui/sitecreation/SiteCreationMainVM.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ class SiteCreationMainVM @Inject constructor(
174174
} catch (e: IllegalStateException) {
175175
// If the current step index is invalid, we reset the wizard
176176
wizardManager.setCurrentStepIndex(0)
177+
AppLog.e(T.THEMES, "Resetting site creation wizard: ${e.message}")
177178
}
178179
}
179180
isStarted = true

0 commit comments

Comments
 (0)