We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44f1b0c + 5c5cb27 commit 751e8b0Copy full SHA for 751e8b0
1 file changed
scripts/restart-webdav.js
@@ -5,8 +5,9 @@ async function runCommand() {
5
exec('node ./bin/run.js webdav restart', (error, stdout, stderr) => {
6
if (error) {
7
reject(error);
8
+ } else {
9
+ resolve(stdout ?? stderr);
10
}
- resolve(stdout || stderr);
11
});
12
13
0 commit comments