Skip to content

Commit

Permalink
ShellTools@abgoyal: Fixes error that causes applet not to load correc…
Browse files Browse the repository at this point in the history
…tly (#3689)
  • Loading branch information
icarter09 authored Mar 17, 2021
1 parent 9539e38 commit edf51aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShellTools@abgoyal/files/ShellTools@abgoyal/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ MyApplet.prototype = {
this._contentSection = new PopupMenu.PopupMenuSection();
this.menu.addMenuItem(this._contentSection);

tools = eval(Cinnamon.get_file_contents_utf8_sync(f));
let tools = eval(Cinnamon.get_file_contents_utf8_sync(f));

for (let i = 0; i < tools.length; i++) {
let tool = tools[i];
Expand Down

0 comments on commit edf51aa

Please sign in to comment.