mirror of
https://github.com/smogon/sprites.git
synced 2026-07-12 22:21:34 -05:00
dumb typo
This commit is contained in:
parent
4176e86d21
commit
2f45ec3b6d
|
|
@ -55,7 +55,7 @@ export class ActionQueue {
|
|||
if (entry.type === 'Copy') {
|
||||
let addendum = '';
|
||||
if (entry.valid !== 'Success') {
|
||||
addendum = ` ($entry.valid)`;
|
||||
addendum = ` (${entry.valid})`;
|
||||
}
|
||||
console.log(`${entry.src} ==> ${entry.dst}${addendum}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user