run eslint to fix most var instances
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ _define('appStorage', function () {
|
||||
});
|
||||
|
||||
// libarchive.js
|
||||
var libarchive = require('libarchive.js');
|
||||
const libarchive = require('libarchive.js');
|
||||
_define('libarchive', function () {
|
||||
return libarchive;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user