Skip to content

Commit e4b43fe

Browse files
committed
Fixed an eslint error
1 parent c2ad796 commit e4b43fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ const createDialog = (bus, core, proc, win) => (type, item, cb) => {
289289
const createApplication = (core, proc, win, $content) => {
290290
const homePath = {path: 'home:/'}; // FIXME
291291
let currentPath = proc.args.path ? Object.assign({}, homePath, proc.args.path) : homePath;
292-
const settings = { // FIXME
292+
293+
// FIXME
294+
const settings = {
293295
showHiddenFiles: true
294296
};
295297

0 commit comments

Comments
 (0)