mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
rename once-cell file to lazy-initialized
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
16012fb6cc
commit
e292ec1162
@ -8,7 +8,7 @@ import path from "path";
|
||||
import { SemVer } from "semver";
|
||||
import packageInfo from "../../package.json";
|
||||
import { defineGlobal } from "./utils/defineGlobal";
|
||||
import { lazyInitialized } from "./utils/once-cell";
|
||||
import { lazyInitialized } from "./utils/lazy-initialized";
|
||||
|
||||
export const isMac = process.platform === "darwin";
|
||||
export const isWindows = process.platform === "win32";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user