mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(konsole) DOM: require -> global
This commit is contained in:
parent
c3d3242001
commit
eaa58a5ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
const exec = require('execon');
|
||||
const Images = require('../dom/images');
|
||||
const {Dialog} = require('../dom');
|
||||
const {Dialog} = DOM;
|
||||
|
||||
CloudCmd.Konsole = ConsoleProto;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue