cli-stackoverflow
Advanced tools
Comparing version
{ | ||
"name": "cli-stackoverflow", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Work with the Stack Overflow inside your terminal", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,3 +46,3 @@ const switchResult = require('./switch'); | ||
const infoObj = { | ||
title: result.title, | ||
title: typeof result.title === 'undefined' ? '' : result.title, | ||
body: format(result.body_markdown), | ||
@@ -49,0 +49,0 @@ answers: threadAns(result.answers) |
12022
0.36%