From 0b9635c160e48c38a584248ccac034c540709090 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Tue, 9 Oct 2018 00:28:51 +0200 Subject: [PATCH] remove unused variable --- gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 50881e8a..4e2e5849 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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 => {