Skip to content

Commit

Permalink
forgot to save update to import
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 30, 2020
1 parent df9a4ad commit 7b135b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-monaco/src/xjson/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { WorkerProxyService } from './worker_proxy_service';
import { registerLexerRules } from './lexer_rules';
import { ID } from './constants';
// @ts-ignore
import workerSrc from '!!raw-loader!../../target/public/xjson.worker.js';
import workerSrc from '!!raw-loader!../../target/public/xjson.editor.worker.js';

const wps = new WorkerProxyService();

Expand Down

0 comments on commit 7b135b5

Please sign in to comment.