diff --git a/src/Server.php b/src/Server.php index 81d1e382..f5333ee9 100644 --- a/src/Server.php +++ b/src/Server.php @@ -230,13 +230,14 @@ public function serve($salt = '') echo $css; - return; } catch (\Exception $e) { header($protocol . ' 500 Internal Server Error'); header('Content-type: text/plain'); echo 'Parse error: ' . $e->getMessage() . "\n"; } + + return; } header('X-SCSS-Cache: true');