Improved error reporting
This commit is contained in:
@ -43,7 +43,7 @@ class Loader
|
||||
}
|
||||
return new Hotfix($body, $signer);
|
||||
}
|
||||
fprintf(STDERR, "Error: Couldn't load '%s'", $fix);
|
||||
fprintf(STDERR, "Error: Couldn't load '%s'\n", $fix);
|
||||
}
|
||||
|
||||
protected function verifySignature($body, $signature)
|
||||
|
Reference in New Issue
Block a user