1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-01 08:18:45 +09:00
This commit is contained in:
FineArchs 2023-09-19 04:16:15 +09:00 committed by GitHub
parent 48a69a50c8
commit ce09160b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,11 +109,11 @@ async function run() {
print: true,
});
},
err: (e) => {
err: (err) => {
os.alert({
type: 'error',
title: 'AiScript Error',
text: e.toString(),
text: err.toString(),
});
},
log: (type, params) => {