@oalacea/demon 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/Dockerfile +1 -1
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/Dockerfile
CHANGED
package/bin/cli.js
CHANGED
|
@@ -353,7 +353,7 @@ async function main() {
|
|
|
353
353
|
console.log(dim(' No problem. Run npx @oalacea/demon again when you\'re ready.'));
|
|
354
354
|
console.log('');
|
|
355
355
|
process.exit(0);
|
|
356
|
-
}
|
|
356
|
+
}
|
|
357
357
|
console.log('');
|
|
358
358
|
console.log(` ${yellow('→')} Building testing toolkit...`);
|
|
359
359
|
console.log(dim(' This may take 2-3 minutes on first run...'));
|