yocto-spinner
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -131,4 +131,4 @@ import process from 'node:process'; | ||
set text(value = '') { | ||
this.#text = value; | ||
set text(value) { | ||
this.#text = value ?? ''; | ||
this.#render(); | ||
@@ -135,0 +135,0 @@ } |
{ | ||
"name": "yocto-spinner", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Tiny terminal spinner", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
14239