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",
|
||||
workspaceDir: workspaceDir,
|
||||
staticPrefix: options.packed
|
||||
? staticPrefix
|
||||
: options.ideBaseUrl + "/uph" + staticPrefix,
|
||||
staticPrefix: hosted && !options.packed
|
||||
? options.ideBaseUrl + "/uph" + staticPrefix
|
||||
: staticPrefix,
|
||||
workerPrefix: options.CORSWorkerPrefix // "/static/standalone/worker"
|
||||
},
|
||||
"plugins/c9.ide.language/keyhandler",
|
||||
|
|
Ładowanie…
Reference in New Issue