Fix yarn start

This commit is contained in:
Asher
2019-01-14 15:06:06 -06:00
committed by Kyle Carberry
parent af29ffd959
commit 14f91686c5
8 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ import { exec } from "child_process";
import { appendFile } from "fs";
import { promisify } from "util";
import { logger, Logger } from "@coder/logger";
import { escapePath } from "@coder/server";
import { escapePath } from "@coder/protocol";
import { IURI } from "./uri";
/**