mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix regression in packed mode
This commit is contained in:
parent
184a2f652d
commit
fa81a92274
@ -10,6 +10,8 @@
|
||||
* themselves with the worker.
|
||||
*/
|
||||
define(function(require, exports, module) {
|
||||
// TODO fix build script to check for deps in ace/worker/worker.js
|
||||
require("ace/lib/es6-shim");
|
||||
|
||||
var oop = require("ace/lib/oop");
|
||||
var Mirror = require("ace/worker/mirror").Mirror;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user