We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa14e7 commit d3a98b4Copy full SHA for d3a98b4
1 file changed
common/scripts/InstallRushOnlyIfNeeded.js
@@ -14,7 +14,6 @@ const fs = require('fs');
14
const os = require('os');
15
const path = require('path');
16
17
-debugger;
18
const rushJsonContents = fs.readFileSync(path.join(__dirname, '..', '..', 'rush.json'), 'UTF-8');
19
const rushJsonMatches = rushJsonContents.match(/\"rushMinimumVersion\"\s*\:\s*\"([0-9\.]+)\"/);
20
const expectedVersion = rushJsonMatches[1];
0 commit comments