mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-01 08:18:45 +09:00
lint
This commit is contained in:
parent
48a69a50c8
commit
ce09160b6e
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user