silphscope 1.4.7 → 1.4.8
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/package.json
CHANGED
|
@@ -123,8 +123,8 @@ export async function renderAllTrainers(rom, options = {}) {
|
|
|
123
123
|
trainerBackPics,
|
|
124
124
|
outputDir
|
|
125
125
|
});
|
|
126
|
+
console.log(`Done: ${trainerName}`);
|
|
126
127
|
});
|
|
127
|
-
console.log(`Done: ${trainerName}`);
|
|
128
128
|
} else {
|
|
129
129
|
for (const trainerName of Object.keys(providedTrainers)) {
|
|
130
130
|
await renderTrainer(trainerName, providedTrainers, providedBackTrainers, reader, rom, {
|