[fix] sleep not defined

This commit is contained in:
kwaroran
2023-05-07 14:23:42 +09:00
parent 76490e3295
commit e88ac37feb
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
import { DataBase, appVer, type Message } from "../../ts/database";
import { getCharImage } from "../../ts/characters";
import { doingChat, sendChat } from "../../ts/process/index";
import { findCharacterbyId, messageForm } from "../../ts/util";
import { findCharacterbyId, messageForm, sleep } from "../../ts/util";
import { language } from "../../lang";
import { translate } from "../../ts/translator/translator";
import { alertError } from "../../ts/alert";

View File

@@ -16,7 +16,7 @@
"checkJs": true,
"isolatedModules": true
},
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "public/sw.js", "public/pluginApi.ts"],
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "public/sw.js"],
"exclude": ["src/**/web/*.ts"],
"references": [{ "path": "./tsconfig.node.json" }],
"ignoreDeprecations": "5.0"