This commit is contained in:
Joao Moreno 2016-08-18 15:17:21 +02:00
parent 47876357ed
commit 231bad3fbb

View file

@ -130,7 +130,7 @@ export class NodeConfigurationService implements IConfigurationService, IDisposa
let content = {};
try {
content = parse(raw);
content = parse(raw) || {};
} catch (error) {
// noop
}