Closed QinMing closed 8 years ago
+1
+1 pretty annoying
I just commented 3 lines in lib/atom-save-commands.coffee
that contains div
.
It magically works fine
Thanks, @QinMing. That solution also worked for me. For anyone else's reference, here are the three lines I commented out on atom-save-commands.coffee:
107: div = atom.views.getView(atom.workspace).find('.save-result')
114: div.scrollTop div.prop("scrollHeight")
124: div.scrollTop div.prop("scrollHeight")
@cperryk it didn't work for me :cry:
How it didn't work? Can you provide more detail about reproducing your problem? On Jul 24, 2015 8:24 AM, "Jorge Barata" notifications@github.com wrote:
@cperryk https://github.com/cperryk it didn't work for me [image: :cry:]
— Reply to this email directly or view it on GitHub https://github.com/JsonHunt/save-commands/issues/17#issuecomment-124558000 .
I'm also getting errors. Commenting out those three lines made it work.
fixed
I got this exception when I upgraded to the newest version, and pressed
cmd-s
to save a .go file. Actually my commandgoimports
has been executed very well. The exception pops up afterward.Thanks!
Atom Version: 0.207.0 System: Mac OS X 10.10.3 Thrown From: save-commands package, v0.6.2
Stack Trace
Uncaught TypeError: undefined is not a function
Commands
Config
Installed Packages