1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

remove unused variable

This commit is contained in:
Baptiste Augrain
2018-10-09 00:28:51 +02:00
parent 555ae327b6
commit 0b9635c160

View File

@@ -286,7 +286,6 @@ module.exports = function (grunt) {
})
grunt.registerTask('bfm', function () {
const done = this.async()
const root = path.join(__dirname, 'node_modules/codemirror/theme/')
const colors = fs.readdirSync(root).map(file => {