You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->error("Failed to write changes to '{$filePath}'." . ($createBackups ? " You can restore from backup if needed." : ""));
115
+
$this->error("Failed to write changes to '{$filePath}'.".($createBackups ? ' You can restore from backup if needed.' : ''));
114
116
}
115
117
} else {
116
118
$this->info("No changes were necessary for '{$filePath}' during migration content generation (this might indicate an issue or already migrated parts).");
117
119
}
118
120
119
121
} catch (\Exception$e) {
120
122
$this->error("Error migrating '{$filePath}': ".$e->getMessage().'. Skipping migration for this file.');
0 commit comments