pull/248/head
nightwing 2016-02-06 10:11:57 +00:00
rodzic 7c2af72aec
commit 51a8b2ade3
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -241,7 +241,8 @@ function main(options, imports, register) {
"plugins/c9.ide.test.mocha/mocha_outline_worker",
"plugins/@smartface/smartface.language/loadInclude",
"plugins/@smartface/smartface.language/warnings_worker.js",
"plugins/@smartface/smartface.language/plugincomplete_worker.js"
"plugins/@smartface/smartface.language/plugincomplete_worker.js",
"plugins/@smartface/smartface.language/emptyTernPlugin"
];
try {
extraPackages = extraPackages.concat(require("lib/salesforce.language/__worker__"));