Resolve #6242
This commit is contained in:
parent
f07047d1e8
commit
e7da10ae58
2 changed files with 13 additions and 2 deletions
|
@ -72,7 +72,9 @@ export default Vue.extend({
|
|||
methods: {
|
||||
async run() {
|
||||
this.logs = [];
|
||||
const aiscript = new AiScript(createAiScriptEnv(this), {
|
||||
const aiscript = new AiScript(createAiScriptEnv(this, {
|
||||
storageKey: 'scratchpad'
|
||||
}), {
|
||||
in: (q) => {
|
||||
return new Promise(ok => {
|
||||
this.$root.dialog({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue