mirror of
https://github.com/smogon/sprites.git
synced 2026-04-25 15:34:43 -05:00
deploy: print # of characters in write
This commit is contained in:
parent
b666ad2619
commit
6625b457e6
|
|
@ -117,7 +117,7 @@ export class ActionQueue {
|
|||
if (op.type === 'Copy') {
|
||||
console.log(`COPY: ${op.src} ==> ${entry.dst}${addendum}`);
|
||||
} else if (op.type === 'Write') {
|
||||
console.log(`WRITE: ${entry.dst}${addendum}`);
|
||||
console.log(`WRITE: ${op.data.length} characters ==> ${entry.dst}${addendum}`);
|
||||
}
|
||||
} else if (entry.type === 'Debug') {
|
||||
let addendum = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user