mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 19:45:27 +00:00
Include more information in case of JS error
This commit is contained in:
parent
369a9fd3cb
commit
851532a125
@ -30,7 +30,7 @@ var embed_js = function() {
|
|||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Make sure all scripts are loaded
|
// Make sure all scripts are loaded
|
||||||
console.error(e);
|
console.error("Caught error in " + oldScript.getAttribute("src"), e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user