chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-09-16 17:48:42 +03:00
parent ba78be247e
commit a52b0b4115

View file

@ -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');