mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-15 20:50:48 +00:00
Debug
This commit is contained in:
parent
12ba9234a4
commit
c53c4ed9a1
@ -34,7 +34,7 @@ public class LacertaLibraryImpl implements LacertaLibrary {
|
|||||||
return CompletableFuture.supplyAsync(() -> {
|
return CompletableFuture.supplyAsync(() -> {
|
||||||
// 5秒フリーズさせる
|
// 5秒フリーズさせる
|
||||||
try {
|
try {
|
||||||
Thread.sleep(5000);
|
Thread.sleep(1000);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user