mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
Directly point to the logger src
This commit is contained in:
parent
ef6369d62f
commit
1e0d330778
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue