Skip to content
Snippets Groups Projects
Commit 32f8ec04 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Remove unused dependency

parent 99b11ac2
No related branches found
No related tags found
No related merge requests found
Pipeline #4115 passed
......@@ -4,8 +4,6 @@ const child_process = require('child_process')
const {promisify} = require('util')
const execFile = promisify(child_process.execFile)
const YAML = require('yaml')
async function findPluginPath(pluginName) {
const rootPluginPath = '/plugins/'+pluginName
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment