remove test code
This commit is contained in:
parent
0529befc81
commit
1d7d016b3c
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ class CommandExe extends CommandBase {
|
|||
_handler = IsolateManager.create(IsolateExe(BuildType.file,
|
||||
yamlContent: file.readAsStringSync(
|
||||
encoding: Platform.isWindows ? eucKr : systemEncoding)));
|
||||
IsolateManager.create(IsolateExe(BuildType.test));
|
||||
await isComplete();
|
||||
} else {
|
||||
await CLI.print([
|
||||
|
|
|
|||
Loading…
Reference in a new issue