mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
Fix symlink error message
This commit is contained in:
parent
f998f7b9af
commit
62a5020602
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ fn op_symlink(
|
|||
if cfg!(windows) {
|
||||
return odd_future(errors::new(
|
||||
ErrorKind::Other,
|
||||
"symlink for windows is not yet implemented".to_string(),
|
||||
"Not implemented".to_string(),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue