Skip to content
Snippets Groups Projects

Fix logging statement

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/14-6 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -130,7 +130,7 @@ async function _init(secret) {
@@ -130,7 +130,7 @@ async function _init(secret) {
}
}
}
}
winston.info(`Finished preloading ${d.length} projects`);
winston.info(`Finished preloading ${data.length} projects`);
// start the sync operation.
// start the sync operation.
await runSync(data);
await runSync(data);
Loading