Feature/extension manager (#689)

* getting the extension gallery from a static file and enabling the extension manager
This commit is contained in:
Leila Lali
2018-02-15 10:23:31 -08:00
committed by GitHub
parent 47b855adf8
commit dfc212369a
8 changed files with 66 additions and 16 deletions

View File

@@ -161,7 +161,8 @@ export function asJson<T>(context: IRequestContext): TPromise<T> {
}
if (!/application\/json/.test(context.res.headers['content-type'])) {
return e('Response doesn\'t appear to be JSON');
// {{SQL CARBON EDIT}}
//return e('Response doesn\'t appear to be JSON');
}
const buffer: string[] = [];