Comparing version 0.3.2-rc to 0.3.2-rc.1
@@ -236,3 +236,4 @@ 'use strict'; | ||
} catch (e) { | ||
const { fields: { source } } = e || {}; | ||
const { fields } = e || {}; | ||
const { source = [] } = fields || {}; | ||
if (source && source.length) { | ||
@@ -239,0 +240,0 @@ source.forEach(function (m) { |
{ | ||
"name": "hiflow", | ||
"version": "0.3.2-rc", | ||
"version": "0.3.2-rc.1", | ||
"description": "A pull request and gitflow management tool", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -215,3 +215,4 @@ import inquirer from 'inquirer' | ||
} catch (e) { | ||
const { fields: { source } } = e || {} | ||
const { fields } = e || {} | ||
const { source = [] } = fields || {} | ||
if (source && source.length) { | ||
@@ -218,0 +219,0 @@ source.forEach(m => { |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
333762
2955
0