mirror of https://github.com/ElemeFE/element
Chore: add callback in iconInit writeFile (#11134)
parent
48b1ad063a
commit
f4a16657e4
|
@ -17,4 +17,4 @@ nodes.forEach((node) => {
|
|||
}
|
||||
});
|
||||
|
||||
fs.writeFile(path.resolve(__dirname, '../../examples/icon.json'), JSON.stringify(classList));
|
||||
fs.writeFile(path.resolve(__dirname, '../../examples/icon.json'), JSON.stringify(classList), () => {});
|
||||
|
|
Loading…
Reference in New Issue