Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
make date format compatible for hot relooad in different operating sy…
…stems
  • Loading branch information
albertcht committed Sep 15, 2019
commit dd568be0a932524993e69b61f457646fd3638d50
2 changes: 1 addition & 1 deletion src/HotReload/FSEventParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class FSEventParser
{
protected const REGEX = '/^([\S+]{3}\s+[\S+]{3}\s+[\d+]{1,2}\s+[\d+]{2}:[\d+]{2}:{0,2}:[\d+]{2}:{0,2}\s+[\d+]{0,4})\s*(\/[\S+]*)\s+([\S+*\s+]*)/mi';
protected const REGEX = '/^([\S+]{3}\s+[^\/]*)\s(\/[\S+]*)\s+([\S+*\s+]*)/mi';

protected const DATE = 1;
protected const PATH = 2;
Expand Down