Skip to content

Commit

Permalink
Fix fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
hoontee committed Aug 21, 2024
1 parent 0e0732d commit 666aaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lync/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ async function fetchSources() {

// Download sources
if (MODE == 'fetch') {
fetchSources()
await fetchSources()
process.exit()
}

Expand Down

0 comments on commit 666aaa6

Please sign in to comment.