mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
remove unused variable
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user