kopia lustrzana https://github.com/c9/core
fix language worker regression in standalone mode
rodzic
453bf325c9
commit
f531a9ce9b
|
@ -302,9 +302,9 @@ module.exports = function(options) {
|
||||||
{
|
{
|
||||||
packagePath: "plugins/c9.ide.language/language",
|
packagePath: "plugins/c9.ide.language/language",
|
||||||
workspaceDir: workspaceDir,
|
workspaceDir: workspaceDir,
|
||||||
staticPrefix: options.packed
|
staticPrefix: hosted && !options.packed
|
||||||
? staticPrefix
|
? options.ideBaseUrl + "/uph" + staticPrefix
|
||||||
: options.ideBaseUrl + "/uph" + staticPrefix,
|
: staticPrefix,
|
||||||
workerPrefix: options.CORSWorkerPrefix // "/static/standalone/worker"
|
workerPrefix: options.CORSWorkerPrefix // "/static/standalone/worker"
|
||||||
},
|
},
|
||||||
"plugins/c9.ide.language/keyhandler",
|
"plugins/c9.ide.language/keyhandler",
|
||||||
|
|
Ładowanie…
Reference in New Issue