Skip to content
Snippets Groups Projects

fix(notice): Notice error when cannot create log file

Merged Krzysztof Dyszczyk requested to merge bugfix/notice into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -27,7 +27,7 @@ class WPCapture {
),
$dir
),
WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
\WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
);
}
@@ -46,7 +46,7 @@ class WPCapture {
),
$file
),
WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
\WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
);
}
Loading