Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-06-10 19:29:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c638d5cbc489c4ebb8e9466306405af9dab8f46e
c638d5cb
1 parent
b6bc57d7
1.优化后台显示。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Jobs/MakeVideo.php
app/Jobs/MakeVideo.php
View file @
c638d5c
...
...
@@ -204,7 +204,7 @@ class MakeVideo implements ShouldQueue
]);
}
catch
(
\Exception
$exception
){
echo
$exception
->
getMessage
();
//
echo $exception->getMessage();
}
}
...
...
@@ -434,7 +434,7 @@ class MakeVideo implements ShouldQueue
* @return mixed
*/
public
function
execmd
(
$cmd
,
$update_progress
=
false
)
{
echo
$cmd
.
"
\n
"
.
"
\n
"
.
"
\n
"
;
//
echo $cmd . "\n". "\n". "\n";
$descriptorspec
=
array
(
1
=>
array
(
"pipe"
,
"w"
),
// 标准输出,子进程向此管道中写入数据
);
...
...
Please
register
or
login
to post a comment