@joystick.js/cli-canary 0.0.0-canary.174 → 0.0.0-canary.175
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/dist/lib/dev/index.js +1 -1
- package/package.json +1 -1
- package/src/lib/dev/index.js +1 -1
package/dist/lib/dev/index.js
CHANGED
|
@@ -534,7 +534,7 @@ const dev = async (options, { resolve, reject }) => {
|
|
|
534
534
|
if (options?.environment === "test") {
|
|
535
535
|
process.loader.stop();
|
|
536
536
|
const databaseProcessIds = getDatabaseProcessIds();
|
|
537
|
-
console.log(process.
|
|
537
|
+
console.log(process._databases);
|
|
538
538
|
await runTests({
|
|
539
539
|
watch: options?.watch,
|
|
540
540
|
__dirname,
|
package/package.json
CHANGED
package/src/lib/dev/index.js
CHANGED
|
@@ -641,7 +641,7 @@ const dev = async (options, { resolve, reject }) => {
|
|
|
641
641
|
process.loader.stop();
|
|
642
642
|
const databaseProcessIds = getDatabaseProcessIds();
|
|
643
643
|
|
|
644
|
-
console.log(process.
|
|
644
|
+
console.log(process._databases);
|
|
645
645
|
|
|
646
646
|
await runTests({
|
|
647
647
|
watch: options?.watch,
|