mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Use consistent quoting style
This commit is contained in:
parent
b7967ce2f5
commit
01002b1fc3
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ class FsFile {
|
|||
this.#rid = rid;
|
||||
if (!symbol || symbol !== SymbolFor("Deno.internal.FsFile")) {
|
||||
throw new TypeError(
|
||||
"`Deno.FsFile` cannot be constructed, use `Deno.open()` or `Deno.openSync()` instead",
|
||||
"'Deno.FsFile' cannot be constructed, use 'Deno.open()' or 'Deno.openSync()' instead",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue