dbenson24 / config-import-export

Small Atom Package written in Coffeescript that allows you to export or import your configuration settings
MIT License
4 stars 1 forks source link

Uncaught Error: ENOTDIR: not a directory, scandir '~/atom-user-settings/atom-config-export.json' #11

Open kiwiilson opened 2 years ago

kiwiilson commented 2 years ago

Prerequisites

Description

Steps to Reproduce

Expected behavior:

Actual behavior:

Versions

Atom: 1.60.0 x64 Electron: 9.4.4 OS: Ubuntu 22.04.1 Thrown From: config-import-export package 0.3.1

Stack Trace

Uncaught Error: ENOTDIR: not a directory, scandir '/home/kiwi/atom-user-settings/atom-config-export.json'

At internal/fs/utils.js:220

Error: ENOTDIR: not a directory, scandir '/home/kiwi/atom-user-settings/atom-config-export.json'
    at Object.readdirSync (fs.js:854:3)
    at Object.fs.readdirSync (electron/js2c/asar.js:621:39)
    at ImportView.module.exports.ImportView.attach (/packages/config-import-export/lib/config-import-view.coffee:40:16)
    at /packages/config-import-export/lib/config-import-view.coffee:19:42)
    at CommandRegistry.handleCommandEvent (/home/kiwi/snap/snappyatom/atom-1.60.0-amd64/resources/app/static/<embedded>:11:352694)
    at CommandRegistry.dispatch (/home/kiwi/snap/snappyatom/atom-1.60.0-amd64/resources/app/static/<embedded>:11:351169)
    at AtomEnvironment.dispatchApplicationMenuCommand (/home/kiwi/snap/snappyatom/atom-1.60.0-amd64/resources/app/static/<embedded>:1:786917)
    at EventEmitter.t (/home/kiwi/snap/snappyatom/atom-1.60.0-amd64/resources/app/static/<embedded>:1:794888)
    at EventEmitter.emit (events.js:223:5)
    at Object.onMessage (electron/js2c/renderer_init.js:115:818)

Commands

     -1:31.6.0 config-import-export:import (div.package-detail)
  2x -0:23.1.0 core:paste (input.hidden-input)
     -0:09.7.0 config-import-export:import (div.package-detail)

Non-Core Packages

config-import-export 0.3.1 

Additional Information