fix: console command "update" not working
Massimo Melina committed
Sep 21, 2023 at 17:03 UTC
0d9ffe34a74b32a3b9fa4a2e66f6106ddeae77e9
1 file changed
+1
-1
src/commands.ts
+1
-1
@@ -105,7 +105,7 @@ const commands = {
105
},
106
update: {
107
params: '',
108
- cb: update
108
+ cb: () => update()
109
},
110
'check-update': {
111
params: '',