aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/install.rs
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-14 21:20:49 +0000
committerVeetaha <[email protected]>2020-02-14 21:20:49 +0000
commitc9d83bcacc741b81e5ab68f8f47f49c4135b65f5 (patch)
tree1c0d70df1af151b60d2d905685601c7e48b06b92 /xtask/src/install.rs
parentab42174653ae42f8d862f28ef802bf1312be1694 (diff)
xtask: bump nodejs requirement while we can!
Diffstat (limited to 'xtask/src/install.rs')
-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