@mittwald/kubernetes
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -103,2 +103,5 @@ "use strict"; | ||
debug(`watch: could not parse JSON line '${line}'`); | ||
if (line === "") { | ||
continue; | ||
} | ||
rej(err); | ||
@@ -105,0 +108,0 @@ return; |
@@ -59,3 +59,3 @@ { | ||
}, | ||
"version": "2.5.1" | ||
"version": "2.5.2" | ||
} |
Sorry, the diff of this file is not supported yet
149355
2747
73