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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silphscope",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "description": "A firered/leafgreen ROM asset extractor for use in web applications",
5
5
  "main": "main.js",
6
6
  "exports": {
@@ -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, {