mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -8,7 +8,7 @@ const FullJsonStreamReporter = require('./fullJsonStreamReporter');
|
||||
const path = require('path');
|
||||
|
||||
function parseReporterOption(value) {
|
||||
let r = /^([^=]+)=(.*)$/.exec(value);
|
||||
const r = /^([^=]+)=(.*)$/.exec(value);
|
||||
return r ? { [r[1]]: r[2] } : {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user