From b32ad8aa8c4a0677e9057b75765391fedf29398b Mon Sep 17 00:00:00 2001 From: LianaHus Date: Wed, 3 Apr 2019 14:41:23 +0200 Subject: [PATCH] remove buttom line of tabs --- src/app/files/file-explorer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index b569d105ee..97707c211d 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -432,7 +432,7 @@ fileExplorer.prototype.packageFiles = function (filesProvider, callback) { content = '// this line is added to create a gist. Empty file is not allowed.' } if (error) cb(error) - else { + else {gi ret[path] = { content } cb() }