Function cleanSingleStackTracePath

  • Stack traces usually have file:// - we strip that and also remove the Windows drive designation.

    Parameters

    • filePath: string

      Path to be cleaned.

    Returns string

    The cleaned path.