Skip to content

Commit e699f12

Browse files
authored
merged incorrectly
1 parent cb85ab0 commit e699f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ function ClientOptionsHandler(fileSources) {
288288
compileOptions: compilerPropsA(languages, 'defaultOptions', ''),
289289
supportsBinary: supportsBinary,
290290
supportsExecute: supportsExecute,
291+
demanglerClassFile: props("demanglerClassFile", ""),
291292
languages: languages,
292293
sources: sources,
293294
raven: ceProps('ravenUrl', ''),
@@ -315,7 +316,6 @@ function ClientOptionsHandler(fileSources) {
315316
this.get = () => options;
316317
}
317318

318-
demanglerClassFile: props("demanglerClassFile", ""),
319319
function shortUrlHandler(req, res, next) {
320320
const resolver = new google.ShortLinkResolver(aws.getConfig('googleApiKey'));
321321
const bits = req.url.split("/");

0 commit comments

Comments
 (0)