Commit f4a16657 authored by Jason Zoo's avatar Jason Zoo Committed by 杨奕

Chore: add callback in iconInit writeFile (#11134)

parent 48b1ad06
...@@ -17,4 +17,4 @@ nodes.forEach((node) => { ...@@ -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), () => {});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment