@osmonauts/lcd
Advanced tools
Comparing version
@@ -20,5 +20,5 @@ "use strict"; | ||
var yellowBoldText = "\x1B[1m\x1B[33m".concat(text, "\x1B[0m"); | ||
process.stdout.write(yellowBoldText); | ||
return yellowBoldText; | ||
} | ||
console.log(print(warn)); | ||
throw new Error(warn); |
@@ -5,5 +5,5 @@ export * from './rest'; | ||
const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`; | ||
process.stdout.write(yellowBoldText); | ||
return yellowBoldText; | ||
} | ||
console.log(print(warn)); | ||
throw new Error(warn); |
{ | ||
"name": "@osmonauts/lcd", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Telescope LCDClient helpers", | ||
@@ -84,3 +84,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "268b2170902b0f60b6fedc0cb234b3592d71d370" | ||
"gitHead": "e76cf6819b05d440ccbb0bfc68de0d78a473bb9d" | ||
} |
@@ -6,3 +6,3 @@ export * from './rest'; | ||
const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`; | ||
process.stdout.write(yellowBoldText); | ||
return yellowBoldText; | ||
} | ||
@@ -9,0 +9,0 @@ |
13609
-0.33%