mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
Fix delete error
This commit is contained in:
parent
0ed46572ad
commit
ab9bc3b73a
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ const startDebugMutator = (name, action, properties) => {
|
|||
});
|
||||
};
|
||||
|
||||
const endDebugMutator = (name, action, properties) => {
|
||||
const endDebugMutator = (name, action, properties = {}) => {
|
||||
Object.keys(properties).forEach(p => {
|
||||
debug(`// ${p}: `, properties[p]);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue