/**
 * Error message indicating that the host operating system could not be determined.
 */
export const CANNOT_DETERMINE_PLATFORM = "Could not determine host operating system.";
