You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Steps to Reproduce
Expected behavior:
Actual behavior:
Versions
Atom: 1.60.0 x64 Electron: 9.4.4 OS: Microsoft Windows 10 Pro Thrown From: atom-beautify package 0.33.4
Stack Trace
Failed to activate the atom-beautify package
At ENOENT: no such file or directory, open 'C:\Users\Admin\.atom\packages\atom-beautify\node_modules\event-kit\dist\event-kit.js'
Error: ENOENT: no such file or directory, open 'C:\Users\Admin\.atom\packages\atom-beautify\node_modules\event-kit\dist\event-kit.js'
at Object.openSync (fs.js:440:3)
at Object.func [as openSync] (electron/js2c/asar.js:140:31)
at Proxy.readFileSync (fs.js:342:35)
at Proxy.fs.readFileSync (electron/js2c/asar.js:542:40)
at compileFileAtPath (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:150809)
at Object.value [as .js] (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:153473)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (/app.asar/static/index.js:72:46)
at require (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:149229)
at /packages/atom-beautify/src/beautify.coffee:7:25)
at /packages/atom-beautify/src/beautify.coffee:2:1)
at /packages/atom-beautify/src/beautify.coffee:2:1)
at Module.get_Module._compile (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:149913)
at Object.value [as .coffee] (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:153507)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (/app.asar/static/index.js:72:46)
at require (internal/modules/cjs/helpers.js:74:18)
at customRequire (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:1:802772)
at requireModule (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:14:1175135)
at Package.requireMainModule (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:3543231)
at Package.activateNow (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:3531230)
at ~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:14:2607
at Function.simpleDispatch (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1187666)
at Emitter.emit (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1189107)
at ~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:386347
at Set.forEach (<anonymous>)
at PackageManager.activatePackage (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:386309)
at ~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:381221
at Array.forEach (<anonymous>)
at ~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:381205
at ~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:338057
at Function.simpleDispatch (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1187666)
at Emitter.emit (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1189107)
at Config.emitChangeEvent (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:340545)
at Config.setRawValue (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:337785)
at Config.set (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:333579)
at Config.removeAtKeyPath (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:335602)
at Package.enable (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:3528351)
at PackageManager.enablePackage (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:378824)
at HTMLButtonElement.enablementButtonClickHandler (~/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:14:2697622)
If you still need this and are looking for something to fill the spot that Atom left, I am using Pulsarthe successor to Atom... This package is working except for one deprecated error listed in #2605
If you don't need this anymore, can you please close this out so it's not just sitting there? Thanks
Prerequisites
Description
Steps to Reproduce
Expected behavior:
Actual behavior:
Versions
Atom: 1.60.0 x64
Electron: 9.4.4
OS: Microsoft Windows 10 Pro
Thrown From: atom-beautify package 0.33.4
Stack Trace
Failed to activate the atom-beautify package
Commands
Non-Core Packages
Additional Information
Description
The results of beautification are not what I expect.
Input Before Beautification
This is what the code looked like before:
Expected Output
The beautified code should have looked like this:
Actual Output
The beautified code actually looked like this:
Steps to Reproduce
Atom Beautify: Beautify Editor
Debug
Here is a link to the
debug.md
Gist:Checklist
I have:
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: