We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UVU_DEFER
isCLI
1 parent 5a859bb commit 213efb5Copy full SHA for 213efb5
src/index.js
@@ -29,6 +29,7 @@ if (isNode = typeof process < 'u' && typeof process.stdout < 'u') {
29
}
30
31
globalThis.UVU_QUEUE = globalThis.UVU_QUEUE || [];
32
+isCLI = isCLI || !!globalThis.UVU_DEFER;
33
isCLI || UVU_QUEUE.push([null]);
34
35
const QUOTE = kleur.dim('"'), GUTTER = '\n ';
0 commit comments