Dependency updates, some code cleaned up

This commit is contained in:
Christian Kuster
2019-09-21 11:56:22 +02:00
parent d1eac84058
commit 32b516e302
10 changed files with 125 additions and 99 deletions

View File

@ -5,7 +5,7 @@
* Created by kc on 04.04.16.
*/
var scanner = require('../index');
const scanner = require('../index');
scanner.scan((err, output) => {
if (err) {
@ -13,4 +13,4 @@ scanner.scan((err, output) => {
return;
}
console.log(output);
});
});