Skip to content

Commit

Permalink
Merge pull request aarondoet#80 from DIXLOR15/patch-1
Browse files Browse the repository at this point in the history
Fix Plugin could not be constructed
  • Loading branch information
aarondoet authored Feb 23, 2022
2 parents 6823e4e + 12523e6 commit a0055c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AccountSwitcher.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @authorId 226677096091484160
* @invite YzzeuJPpyj
*/
/*@cc_on
/**
@if (@_jscript)
// Offer to self-install for clueless users that try to run this directly.
Expand All @@ -28,7 +28,7 @@
}
WScript.Quit();
@else@*/
*/

module.exports = (() => {
const config = {
Expand Down

0 comments on commit a0055c7

Please sign in to comment.