We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d8e10 commit 782fd40Copy full SHA for 782fd40
mode/powershell/powershell.js
@@ -4,9 +4,9 @@
4
(function(mod) {
5
'use strict';
6
if (typeof exports == 'object' && typeof module == 'object') // CommonJS
7
- mod(require('codemirror'));
+ mod(require('../../lib/codemirror'));
8
else if (typeof define == 'function' && define.amd) // AMD
9
- define(['codemirror'], mod);
+ define(['../../lib/codemirror'], mod);
10
else // Plain browser env
11
mod(window.CodeMirror);
12
})(function(CodeMirror) {
0 commit comments