Skip to content

Commit 8d629db

Browse files
author
Kristoffer Alfheim
committed
Debug
1 parent 1c68973 commit 8d629db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CssGenerators/CriticalGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function generate($uri, $alias = null)
111111
sprintf('Error processing URI [%s]. This is probably caused by '.
112112
'the Critical npm package. Checklist: 1) `critical_bin`'.
113113
' is correct, 2) `css` paths are correct 3) run `npm '.
114-
'install` again. Process error output: %s', $uri, $process->getErrorOutput())
114+
'install` again. Process output: %s. Process error output: %s', $uri, $process->getOutput(), $process->getErrorOutput())
115115
);
116116
}
117117

0 commit comments

Comments
 (0)