6.3.1 - 新增发布通知权限 / WS 实例创建; 修复 floaty 模块异常 / 安卓 7.x 异常; UI 模式增强; 迁移至 View Binding
This commit is contained in:
@@ -65,11 +65,11 @@ module.exports = function (scriptRuntime, scope) {
|
||||
__asGlobal__(scriptRuntime.timers, methods, scope);
|
||||
|
||||
Object.assign(scope, {
|
||||
/**
|
||||
* @global
|
||||
*/
|
||||
/** @global */
|
||||
loop() {
|
||||
return scriptRuntime.console.warn('Method loop() is deprecated and has no effect.');
|
||||
// @Abandoned by SuperMonster003 as of May 3, 2023.
|
||||
// scriptRuntime.console.warn('Method loop() is deprecated and has no effect.');
|
||||
throw Error(context.getString(R.strings.error_abandoned_method, 'global.loop'));
|
||||
},
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user