mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
ba78be247e
commit
a52b0b4115
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const {
|
|||
} = require('./sw/register');
|
||||
|
||||
// prevent additional loading of emitify
|
||||
window.Emitify = require('emitify/legacy');
|
||||
window.Emitify = require('emitify');
|
||||
|
||||
module.exports = window.CloudCmd = (config) => {
|
||||
window.Util = require('../common/util');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue