mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
docs(cli): remove redundant word in comment (#27055)
This commit is contained in:
parent
e61cf8d7d6
commit
584631d281
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ impl LaxSingleProcessFsFlag {
|
||||||
//
|
//
|
||||||
// This uses a blocking task because we use a single threaded
|
// This uses a blocking task because we use a single threaded
|
||||||
// runtime and this is time sensitive so we don't want it to update
|
// runtime and this is time sensitive so we don't want it to update
|
||||||
// at the whims of of whatever is occurring on the runtime thread.
|
// at the whims of whatever is occurring on the runtime thread.
|
||||||
spawn_blocking({
|
spawn_blocking({
|
||||||
let token = token.clone();
|
let token = token.clone();
|
||||||
let last_updated_path = last_updated_path.clone();
|
let last_updated_path = last_updated_path.clone();
|
||||||
|
|
Loading…
Reference in a new issue