test
This commit is contained in:
parent
5f59aafb2f
commit
f00c841379
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ class Application {
|
|||
} else {
|
||||
content = await file.readAsString();
|
||||
}
|
||||
print('=========================>> 이것은 테스트 입니다');
|
||||
print(content);
|
||||
|
||||
c.complete(content);
|
||||
|
|
|
|||
Loading…
Reference in a new issue