Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Prevent crash when options._flags is undefined. #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 2, 2017

  1. Prevent crash when options._flags is undefined.

    Some tools might pass an empty options object to Vueify. This means options._flags is undefined, and options._flags.debug is a crash.
    Short-circuiting falsey _flags values will prevent this crash in most cases.
    AdamNiederer authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    3d7d1a8 View commit details
    Browse the repository at this point in the history