Skip to content

Commit

Permalink
Keep the resources map in CLI output JSON 🗺️.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed May 3, 2024
1 parent 6d77cce commit a89a0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/cliUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { hex } from './utils.js';

const stringify = (signature, size, resources, res) => {
resources.rooms.forEach((item) => {
delete item.map;
delete item.buffer;
});
resources.roomgfx.forEach((item) => delete item.buffer);
Expand Down

0 comments on commit a89a0a1

Please sign in to comment.