mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import os from 'os';
|
||||
import os from 'node:os';
|
||||
import { readFileSync } from 'fs-extra';
|
||||
import { getOSFunctions } from './shared';
|
||||
import { getOSFunctions } from './shared.js';
|
||||
|
||||
function getLinuxName(): string | undefined {
|
||||
if (os.platform() !== 'linux') {
|
||||
|
||||
Reference in New Issue
Block a user