[refactor] Pulling out post to terminal to its own file.

This commit is contained in:
Steven Evans
2018-07-18 14:34:18 -04:00
parent 0bea4e0430
commit 7313d551f1
6 changed files with 47 additions and 29 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import {addWorkerScript,
import {Player} from "./Player";
import {AllServers, processSingleServerGrowth} from "./Server";
import {Settings} from "./Settings";
import {post} from "./Terminal";
import {post} from "./ui/postToTerminal";
import {TextFile} from "./TextFile";
import {parse, Node} from "../utils/acorn";