Fix code style
This commit is contained in:
parent
a22049a679
commit
0e137bd0f6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function reskindex() {
|
||||||
strm.write("export {components};\n");
|
strm.write("export {components};\n");
|
||||||
strm.end();
|
strm.end();
|
||||||
fs.rename(componentIndexTmp, componentIndex, function(err) {
|
fs.rename(componentIndexTmp, componentIndex, function(err) {
|
||||||
if(err) {
|
if (err) {
|
||||||
console.error("Error moving new index into place: " + err);
|
console.error("Error moving new index into place: " + err);
|
||||||
} else {
|
} else {
|
||||||
console.log('Reskindex: completed');
|
console.log('Reskindex: completed');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue