fix: api.module.dev (managed output) #2

This commit is contained in:
xdrm-brackets 2017-12-07 17:20:40 +01:00
parent d824ae38f0
commit 97bb6de0cf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class dev{
\exec("npm update");
\exec("npm run build", $out_npm);
return [ 'stdout' => [ $out_pull, $out_update ] ];
return [ 'stdout' => [ $out_pull, $out_npm ] ];
}
}