|
@@ -22,7 +22,6 @@ async function extractNewScripts (url) {
|
|
*/
|
|
*/
|
|
async function needUpdate () {
|
|
async function needUpdate () {
|
|
const scripts = await extractNewScripts()
|
|
const scripts = await extractNewScripts()
|
|
- console.log(scripts, lastSrc)
|
|
|
|
if (!lastSrc) {
|
|
if (!lastSrc) {
|
|
lastSrc = scripts
|
|
lastSrc = scripts
|
|
return false
|
|
return false
|