Skip to content

Commit c4eb567

Browse files
author
Yuna Seol
committed
Revert "refactor: use 'os' instead of 'node:os' for compatibility"
This reverts commit 2b955cc.
1 parent 94ece2c commit c4eb567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-utils/src/test-rig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { DEFAULT_GEMINI_MODEL, GEMINI_DIR } from '@google/gemini-cli-core';
1515
import fs from 'node:fs';
1616
import * as pty from '@lydell/node-pty';
1717
import stripAnsi from 'strip-ansi';
18-
import * as os from 'os';
18+
import * as os from 'node:os';
1919

2020
const __dirname = dirname(fileURLToPath(import.meta.url));
2121
const BUNDLE_PATH = join(__dirname, '..', '..', '..', 'bundle/gemini.js');

0 commit comments

Comments
 (0)