We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3023ecd commit 09efa07Copy full SHA for 09efa07
index.js
@@ -28,7 +28,7 @@ async function runUpdater() {
28
}
29
30
try {
31
- const updaterPath = new URL('./lib/checkupdate.js', import.meta.url)
+ const updaterPath = new URL('./lib/system.js', import.meta.url)
32
const { default: checkUpdate } = await import(updaterPath)
33
await checkUpdate()
34
} catch (e) {
0 commit comments