mirror of
https://github.com/ION606/ion-cli.git
synced 2026-05-14 22:16:56 +00:00
Removed useless code
This commit is contained in:
@@ -2,7 +2,7 @@ import { execFileSync } from 'child_process';
|
||||
import { getJSON } from '../utils/JSON.js';
|
||||
import chalk from 'chalk';
|
||||
|
||||
export default async function donwloadFromStream(url, newpath) {
|
||||
export default async function donwloadFromStream(url) {
|
||||
try {
|
||||
const vpath = await getJSON("vpath");
|
||||
// start "C:\Program Files\VideoLAN\VLC\vlc.exe" url
|
||||
|
||||
Reference in New Issue
Block a user