Skip to content

Commit ba39d00

Browse files
author
Kristoffer Alfheim
committed
Rollback. Procrastinate. Opens #3
1 parent 8d629db commit ba39d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"critical": "^0.7.0"
3+
"critical": "^0.6.0"
44
}
55
}

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 output: %s. Process error output: %s', $uri, $process->getOutput(), $process->getErrorOutput())
114+
'install` again.', $uri)
115115
);
116116
}
117117

0 commit comments

Comments
 (0)