Initial commit

This commit is contained in:
StageGuard
2020-07-19 12:04:00 +08:00
parent b90d3ee36f
commit 8894919ea2

View File

@@ -56,6 +56,7 @@ scope.dp = context.getResources().getDisplayMetrics().density;
const error = function(text) { const error = function(text) {
console.show(); console.show();
console.error("SkyAutoPlayer发生了一个错误请酷安私信@StageGuard或在github中的StageGuard/SkyAutoPlayerScript新建Issue来反馈这个BUG\n详细信息" + text); console.error("SkyAutoPlayer发生了一个错误请酷安私信@StageGuard或在github中的StageGuard/SkyAutoPlayerScript新建Issue来反馈这个BUG\n详细信息" + text);
java.lang.System.exit(0);
}; };
//Asynchronous load script //Asynchronous load script