aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-14 21:25:05 +0000
committerGitHub <[email protected]>2020-02-14 21:25:05 +0000
commit9ba801befd70892bf40429512e890389171aa59f (patch)
tree526ae9e1f0ac78f82709d0a46c4586f6151d7702
parent3615975001f09cb322dcbfc2e7d143fa6e9353f6 (diff)
parentc9d83bcacc741b81e5ab68f8f47f49c4135b65f5 (diff)
Merge #3151
3151: xtask: bump nodejs requirement r=matklad a=Veetaha Co-authored-by: Veetaha <[email protected]>
-rw-r--r--xtask/src/install.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/install.rs b/xtask/src/install.rs
index 540a66130..00bbabce4 100644
--- a/xtask/src/install.rs
+++ b/xtask/src/install.rs
@@ -127,7 +127,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
127 if !installed_extensions.contains("rust-analyzer") { 127 if !installed_extensions.contains("rust-analyzer") {
128 bail!( 128 bail!(
129 "Could not install the Visual Studio Code extension. \ 129 "Could not install the Visual Studio Code extension. \
130 Please make sure you have at least NodeJS 10.x together with the latest version of VS Code installed and try again." 130 Please make sure you have at least NodeJS 12.x together with the latest version of VS Code installed and try again."
131 ); 131 );
132 } 132 }
133 133