hide log
This commit is contained in:
parent
64e5534504
commit
b7cf23cc4d
@ -31,7 +31,7 @@ async function buildPage() {
|
|||||||
|
|
||||||
if (pExists === true) {
|
if (pExists === true) {
|
||||||
let isMounted = await genericFunctions.mount(req.body.path, userDetails.path)
|
let isMounted = await genericFunctions.mount(req.body.path, userDetails.path)
|
||||||
console.log(isMounted)
|
// console.log(isMounted)
|
||||||
if (isMounted === true) {
|
if (isMounted === true) {
|
||||||
try {
|
try {
|
||||||
fs.writeFileSync(`${userDetails.path}/diskplayer.contents`, sid)
|
fs.writeFileSync(`${userDetails.path}/diskplayer.contents`, sid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user