fix: restart error

This commit is contained in:
ikechan8370 2023-02-20 13:40:17 +08:00
parent fcc1bd7972
commit b4c10d5c77
2 changed files with 12 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import plugin from '../../../lib/plugins/plugin.js'
import { Config } from '../utils/config.js'
import { BingAIClient } from '@waylaidwanderer/chatgpt-api'
import { exec } from 'child_process'
import {checkPnpm} from "../utils/common.js";
import { checkPnpm } from '../utils/common.js'
export class ChatgptManagement extends plugin {
constructor (e) {