Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: only try to get ipfs if argv is present #2504

Merged
merged 1 commit into from
Oct 3, 2019

Commits on Oct 2, 2019

  1. fix: only try to get ipfs if argv is present

    Sometimes you've done something silly like required a module that
    isn't installed or called a method that isn't a property of an object
    in which case `argv` won't have a value, causing an unrelated error
    to appear.
    
    This PR just makes sure `argv` has a value before trying to access
    `argv.getIpfs`
    achingbrain committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    3a4768a View commit details
    Browse the repository at this point in the history