mirror of
https://github.com/wassname/talk.git
synced 2026-07-21 12:51:03 +08:00
Resolve linter issues
This commit is contained in:
+1
-2
@@ -329,8 +329,7 @@ async function createSeedPlugin() {
|
||||
if (answers.addPluginsJson) {
|
||||
const pluginsJson = path.resolve(__dirname, '..', 'plugins.json');
|
||||
|
||||
fs
|
||||
.readJson(pluginsJson)
|
||||
fs.readJson(pluginsJson)
|
||||
.then(j => {
|
||||
// This is a client-side plugin, let's push this.
|
||||
if (answers.client) {
|
||||
|
||||
Reference in New Issue
Block a user