Skip to content

Commit ecbba3e

Browse files
committed
fix function change
1 parent d4642f0 commit ecbba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/on_install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function select_them (tabs) {
3636
return tabs
3737
}
3838

39-
when_installed ({reason}) => {
39+
function when_installed ({reason}) {
4040
find_these({ title: "*codesy.io*" })
4141
.then(select_them)
4242
.then(reload_them)

0 commit comments

Comments
 (0)