start reviewing and removing XXX notes
This commit is contained in:
@@ -22,11 +22,7 @@ const init = function (config, cb) {
|
||||
};
|
||||
|
||||
const tryParse = function (Env, str) {
|
||||
try {
|
||||
return JSON.parse(str);
|
||||
} catch (err) {
|
||||
// XXX
|
||||
}
|
||||
try { return JSON.parse(str); } catch (err) { }
|
||||
};
|
||||
|
||||
/* computeIndex
|
||||
|
||||
Reference in New Issue
Block a user