File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
const fs = require ( 'fs' ) ;
4
4
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
- }
12
5
13
6
console . log ( `
14
7
@@ -33,10 +26,6 @@ console.log(`
33
26
: :::: :::: : :: :: :: :: :::: ::::: ::::: :
34
27
: :
35
28
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
36
- : :
37
- : Version: ${ version } :
38
- : :
39
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
40
29
41
30
42
31
` ) ;
@@ -92,3 +81,6 @@ if (nesting.length > 0) {
92
81
} else {
93
82
console . warn ( "WARNING: something is wrong with the installation path." ) ;
94
83
}
84
+
85
+ console . warn ( "" ) ;
86
+ console . warn ( "" ) ;
You can’t perform that action at this time.
0 commit comments