Skip to content

Commit

Permalink
Revert "wip: why??"
Browse files Browse the repository at this point in the history
This reverts commit 3193381.
  • Loading branch information
SRWieZ committed Dec 26, 2024
1 parent 80e6b1f commit c8e4d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/BootingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

$process = remote('native:serve --no-dependencies --no-interaction -v');
$process->start(function ($type, $line) use (&$output) {
echo $line; // Uncomment this line to debug
// echo $line; // Uncomment this line to debug
$output .= $line;
});

$process->wait(); // Uncomment this line to debug
// $process->wait(); // Uncomment this line to debug

try {
retry(30, function () use ($output) {
Expand Down

0 comments on commit c8e4d1f

Please sign in to comment.