mirror of https://git.tuxpa.in/a/code-server.git
Directly point to the logger src
This commit is contained in:
parent
ef6369d62f
commit
1e0d330778
|
@ -2,7 +2,7 @@ import { exec, execSync } from "child_process";
|
||||||
import { existsSync, readdirSync } from "fs";
|
import { existsSync, readdirSync } from "fs";
|
||||||
import * as os from "os";
|
import * as os from "os";
|
||||||
import { join, resolve } from "path";
|
import { join, resolve } from "path";
|
||||||
import { logger, field } from "../packages/logger";
|
import { logger, field } from "../packages/logger/src/logger";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Install dependencies for a single package.
|
* Install dependencies for a single package.
|
||||||
|
|
Loading…
Reference in New Issue