This commit is contained in:
leedongmyung[desktop] 2023-11-15 23:29:08 +09:00
parent f00c841379
commit 30221e7579

View file

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