summaryrefslogtreecommitdiff
path: root/ext/fs/30_fs.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fs/30_fs.js')
-rw-r--r--ext/fs/30_fs.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/fs/30_fs.js b/ext/fs/30_fs.js
index 3858bba26..c2fb66528 100644
--- a/ext/fs/30_fs.js
+++ b/ext/fs/30_fs.js
@@ -72,7 +72,6 @@ import {
op_fs_utime_sync,
op_fs_write_file_async,
op_fs_write_file_sync,
- op_is_terminal,
op_set_raw,
} from "ext:core/ops";
const {
@@ -769,7 +768,7 @@ class FsFile {
}
isTerminal() {
- return op_is_terminal(this.#rid);
+ return core.isTerminal(this.#rid);
}
setRaw(mode, options = {}) {