File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ public function run(Input $input): void
260
260
}
261
261
262
262
if ($ mw ->isChanged ()) {
263
- CliHelper::info (date ( ' Y/m/d H:i:s ' ) . ' : file changed! ' );
264
- Show::aList ($ mw ->getChangedInfo (), 'modify info ' );
263
+ CliHelper::info (' Have changed files ' );
264
+ Show::aList ($ mw ->getChangedInfo (), 'changed file ' );
265
265
CliHelper::info ('Will restart server ' );
266
266
267
267
if (false === $ this ->stopServer ($ pid )) {
@@ -271,7 +271,7 @@ public function run(Input $input): void
271
271
272
272
$ pid = $ this ->startServer ();
273
273
} elseif ($ this ->debug ) {
274
- CliHelper::info (date ( ' Y/m/d H:i:s ' ) . ' : files no change! ' );
274
+ CliHelper::info (' files no change! ' );
275
275
}
276
276
277
277
sleep ($ this ->interval );
@@ -290,7 +290,12 @@ private function startServer(): int
290
290
return $ p ->start ();
291
291
}
292
292
293
- public function stopServer (int $ pid ): bool
293
+ /**
294
+ * @param int $pid
295
+ *
296
+ * @return bool
297
+ */
298
+ protected function stopServer (int $ pid ): bool
294
299
{
295
300
CliHelper::info ('Stop old server. PID ' . $ pid );
296
301
You can’t perform that action at this time.
0 commit comments