Skip to content

Commit 4c1e71a

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 5c3b841 + cc3e894 commit 4c1e71a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Server.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,14 @@ public function serve($salt = '')
275275

276276
echo $css;
277277

278-
return;
279278
} catch (\Exception $e) {
280279
header($protocol . ' 500 Internal Server Error');
281280
header('Content-type: text/plain');
282281

283282
echo 'Parse error: ' . $e->getMessage() . "\n";
284283
}
284+
285+
return;
285286
}
286287

287288
header('X-SCSS-Cache: true');

0 commit comments

Comments
 (0)