Skip to content

Commit 0ae4bef

Browse files
committedJun 12, 2020
Updated script
1 parent 2978963 commit 0ae4bef

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
 

‎postinstall/install.js

+3-11
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
const fs = require('fs');
44
const path = require('path');
5-
let version = "build";
6-
7-
try {
8-
version = require('../lib/common/telemetry/version');
9-
} catch {
10-
// Nothing to do
11-
}
125

136
console.log(`
147
@@ -33,10 +26,6 @@ console.log(`
3326
: :::: :::: : :: :: :: :: :::: ::::: ::::: :
3427
: :
3528
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
36-
: :
37-
: Version: ${version} :
38-
: :
39-
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
4029
4130
4231
`);
@@ -92,3 +81,6 @@ if (nesting.length > 0) {
9281
} else {
9382
console.warn("WARNING: something is wrong with the installation path.");
9483
}
84+
85+
console.warn("");
86+
console.warn("");

0 commit comments

Comments
 (0)
Please sign in to comment.