mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 22:57:11 -04:00
Fixed installer not being yet initialized.
This commit is contained in:
parent
289ab858b8
commit
78d832ab4b
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ const plugins = require('./plugins');
|
|||
const hooks = require('./hooks');
|
||||
const runCmd = require('../../../node/utils/run_cmd');
|
||||
const settings = require('../../../node/utils/Settings');
|
||||
const {PluginManager} = require('live-plugin-manager-pnpm');
|
||||
import {PluginManager} from 'live-plugin-manager-pnpm';
|
||||
|
||||
const {findEtherpadRoot} = require('../../../node/utils/AbsolutePaths');
|
||||
const logger = log4js.getLogger('plugins');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue