This commit is contained in:
leedongmyung[desktop] 2023-11-15 23:16:34 +09:00
parent 5f59aafb2f
commit f00c841379

View file

@ -161,6 +161,7 @@ class Application {
} else {
content = await file.readAsString();
}
print('=========================>> 이것은 테스트 입니다');
print(content);
c.complete(content);