Skip to content

Commit d3a98b4

Browse files
committed
Removing debugger statement.
1 parent baa14e7 commit d3a98b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/scripts/InstallRushOnlyIfNeeded.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const fs = require('fs');
1414
const os = require('os');
1515
const path = require('path');
1616

17-
debugger;
1817
const rushJsonContents = fs.readFileSync(path.join(__dirname, '..', '..', 'rush.json'), 'UTF-8');
1918
const rushJsonMatches = rushJsonContents.match(/\"rushMinimumVersion\"\s*\:\s*\"([0-9\.]+)\"/);
2019
const expectedVersion = rushJsonMatches[1];

0 commit comments

Comments
 (0)