Fix code style

pull/21833/head
J. Ryan Stinnett 2021-01-19 14:42:10 +00:00
parent a22049a679
commit 0e137bd0f6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function reskindex() {
strm.write("export {components};\n");
strm.end();
fs.rename(componentIndexTmp, componentIndex, function(err) {
if(err) {
if (err) {
console.error("Error moving new index into place: " + err);
} else {
console.log('Reskindex: completed');