mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudcmd) not defined
This commit is contained in:
parent
4ca3cfe1a5
commit
5215b50c73
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
/* global CloudCmd */
|
||||
|
||||
const jonny = require('jonny');
|
||||
const exec = require('execon');
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ window.Emitify = require('emitify');
|
|||
window.CloudCmd = (config) => {
|
||||
window.Util = require('../common/util');
|
||||
window.CloudFunc = require('../common/cloudfunc');
|
||||
window.DOM = require('./dom');
|
||||
|
||||
const DOM = require('./dom');
|
||||
|
||||
window.DOM = DOM;
|
||||
window.CloudCmd = require('./client');
|
||||
|
||||
const Dialog = require('./dialog');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue