Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Fix broken gcov command #173

Merged
merged 1 commit into from Sep 9, 2020
Merged

Fix broken gcov command #173

merged 1 commit into from Sep 9, 2020

Commits on Sep 9, 2020

  1. Fix broken gcov command

    The gcov command can't be generated if none of the gcov options are
    given on the command line, since sanitizeVar() will throw an exception
    when given 'undefined' as input. This allows sanitizeVar() to accept an
    input of 'undefined'.
    ptomato committed Sep 9, 2020
    Copy the full SHA
    764a681 View commit details
    Browse the repository at this point in the history