fix: PrefSwitch is reset to false when app exit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
module.exports = function(__runtime__, scope){
|
||||
var files = Object.create(com.stardust.pio.PFiles);
|
||||
var files = Object.create(com.stardust.autojs.runtime.api);
|
||||
files.cwd = function(){
|
||||
return scope.engines.myEngine().cwd();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user