mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
remove unused variable
This commit is contained in:
@@ -286,7 +286,6 @@ module.exports = function (grunt) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
grunt.registerTask('bfm', function () {
|
grunt.registerTask('bfm', function () {
|
||||||
const done = this.async()
|
|
||||||
const root = path.join(__dirname, 'node_modules/codemirror/theme/')
|
const root = path.join(__dirname, 'node_modules/codemirror/theme/')
|
||||||
|
|
||||||
const colors = fs.readdirSync(root).map(file => {
|
const colors = fs.readdirSync(root).map(file => {
|
||||||
|
|||||||
Reference in New Issue
Block a user